public class OhlcChartModel extends CartesianChartModel
axes
Constructor and Description |
---|
OhlcChartModel() |
OhlcChartModel(List<OhlcChartSeries> data) |
Modifier and Type | Method and Description |
---|---|
void |
add(OhlcChartSeries ohlc) |
void |
addRecord(OhlcChartSeries ohlc)
Deprecated.
|
void |
clear() |
List<OhlcChartSeries> |
getData() |
boolean |
isCandleStick() |
void |
setCandleStick(boolean candleStick) |
void |
setData(List<OhlcChartSeries> data) |
addSeries, createAxes, getAxes, getAxis, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoom
getExtender, getLegendCols, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setSeriesColors, setShadow, setTitle
public OhlcChartModel()
public OhlcChartModel(List<OhlcChartSeries> data)
public List<OhlcChartSeries> getData()
public void setData(List<OhlcChartSeries> data)
public void add(OhlcChartSeries ohlc)
@Deprecated public void addRecord(OhlcChartSeries ohlc)
public void clear()
clear
in class CartesianChartModel
public boolean isCandleStick()
public void setCandleStick(boolean candleStick)
Copyright © 2015. All rights reserved.