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, getDatatipEditor, getDatatipFormat, getSeries, isAnimate, isShowDatatip, isShowPointLabels, isZoom, setAnimate, setDatatipEditor, setDatatipFormat, setShowDatatip, setShowPointLabels, setZoomgetDataRenderMode, getExtender, getLegendCols, getLegendLabel, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isLegendEscapeHtml, isMouseoverHighlight, isResetAxesOnResize, isShadow, setDataRenderMode, setExtender, setLegendCols, setLegendEscapeHtml, setLegendLabel, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setResetAxesOnResize, setSeriesColors, setShadow, setTitlepublic 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 CartesianChartModelpublic boolean isCandleStick()
public void setCandleStick(boolean candleStick)
Copyright © 2020. All rights reserved.