Package org.jCharts.chartData.interfaces
Interface IAxisPlotDataSet
- All Superinterfaces:
IData
,IDataSet
,Serializable
- All Known Subinterfaces:
IAxisChartDataSet
,IScatterPlotDataSet
,IStockChartDataSet
- All Known Implementing Classes:
AxisChartDataSet
,ScatterPlotDataSet
,StockChartDataSet
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of chart this data is to be plotted onint
Returns the number of data sets contained in this Object.void
validate()
Allows validations to be performed on the data structuresMethods inherited from interface org.jCharts.chartData.interfaces.IDataSet
getChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaint
-
Method Details
-
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
Allows validations to be performed on the data structures- Throws:
ChartDataException
PropertyException
-