Package org.jCharts.chartData.interfaces
Interface IAxisPlotDataSet
-
- All Known Subinterfaces:
IAxisChartDataSet
,IScatterPlotDataSet
,IStockChartDataSet
- All Known Implementing Classes:
AxisChartDataSet
,ScatterPlotDataSet
,StockChartDataSet
public interface IAxisPlotDataSet extends IDataSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartType
getChartType()
Returns the type of chart this data is to be plotted onint
getNumberOfDataSets()
Returns the number of data sets contained in this Object.void
validate()
Allows validations to be performed on the data structures-
Methods inherited from interface org.jCharts.chartData.interfaces.IDataSet
getChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaint
-
-
-
-
Method Detail
-
getChartType
ChartType getChartType()
Returns the type of chart this data is to be plotted on- Returns:
- ChartType
-
getNumberOfDataSets
int getNumberOfDataSets()
Returns the number of data sets contained in this Object.- Returns:
- int
-
validate
void validate() throws ChartDataException, PropertyException
Allows validations to be performed on the data structures- Throws:
ChartDataException
PropertyException
-
-