public interface IStockChartDataSet extends IAxisPlotDataSet
Modifier and Type | Method and Description |
---|---|
ChartType |
getChartType()
Returns the type of chart this data is to be plotted on
|
double |
getCloseValue(int index) |
double |
getHighValue(int index) |
double |
getLowValue(int index) |
double |
getOpenValue(int index) |
boolean |
hasCloseValues() |
boolean |
hasOpenValues() |
getNumberOfDataSets, validate
getChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaint
ChartType getChartType()
getChartType
in interface IAxisPlotDataSet
double getHighValue(int index)
index
- double getLowValue(int index)
index
- double getCloseValue(int index)
index
- boolean hasCloseValues()
boolean
- double getOpenValue(int index)
index
- boolean hasOpenValues()
boolean
-