public interface IAxisDataSeries extends IData
Modifier and Type | Method and Description |
---|---|
void |
addIAxisPlotDataSet(IAxisPlotDataSet iAxisPlotDataSet) |
java.lang.String |
getChartTitle()
Returns the chart title.
|
IAxisPlotDataSet |
getIAxisPlotDataSet(ChartType chartType) |
java.util.Iterator |
getIAxisPlotDataSetIterator() |
int |
getTotalNumberOfDataSets()
Returns the total number data dimensions in all of the IAxisChartDataSets contained in
this collection.
|
java.lang.String |
getXAxisTitle()
Returns the x-axis title.
|
java.lang.String |
getYAxisTitle()
Returns the y-axis title.
|
int |
size()
Returns the number of IAxisPlotDataSet Objects in this series
|
void |
validate()
Validates the DataSeries implementation.
|
java.lang.String getXAxisTitle()
java.lang.String getYAxisTitle()
java.lang.String getChartTitle()
void validate() throws ChartDataException, PropertyException
ChartDataException
PropertyException
ChartProperties.setValidate( boolean )
java.util.Iterator getIAxisPlotDataSetIterator()
void addIAxisPlotDataSet(IAxisPlotDataSet iAxisPlotDataSet)
IAxisPlotDataSet getIAxisPlotDataSet(ChartType chartType)
int getTotalNumberOfDataSets()
int size()