org.jCharts.chartData.interfaces
Interface IStockChartDataSet
- All Superinterfaces:
- IAxisPlotDataSet, IData, IDataSet, java.io.Serializable
- All Known Implementing Classes:
- StockChartDataSet
- public interface IStockChartDataSet
- extends IAxisPlotDataSet
getChartType
public ChartType getChartType()
- Returns the type of chart this data is to be plotted on
- Specified by:
getChartType
in interface IAxisPlotDataSet
- Returns:
- ChartType
getHighValue
public double getHighValue(int index)
- Parameters:
index
-
- Returns:
- double
getLowValue
public double getLowValue(int index)
- Parameters:
index
-
- Returns:
- double
getCloseValue
public double getCloseValue(int index)
- Parameters:
index
-
- Returns:
- double
hasCloseValues
public boolean hasCloseValues()
getOpenValue
public double getOpenValue(int index)
- Parameters:
index
-
- Returns:
- double
hasOpenValues
public boolean hasOpenValues()