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, validategetChartTypeProperties, getLegendLabel, getNumberOfDataItems, getNumberOfLegendLabels, getPaintChartType getChartType()
getChartType in interface IAxisPlotDataSetdouble 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 -