com.odesys.chart.barchart
Interface BarData

All Superinterfaces:
ChartElement
All Known Implementing Classes:
DefaultBarData

public interface BarData
extends ChartElement

Provides access to the data of a single bar of the Bar Chart


Method Summary
 Series getCategory()
          Gets the Category this BarData belongs to.
 float getValue()
          Gets the value of this BarData.
 void setValue(float value)
          Sets the value of this BarData.
 
Methods inherited from interface com.odesys.chart.ChartElement
getColor, getLabel, getModel, getSeries, setColor, setLabel
 

Method Detail

getValue

public float getValue()
Gets the value of this BarData.

setValue

public void setValue(float value)
Sets the value of this BarData.

getCategory

public Series getCategory()
Gets the Category this BarData belongs to.