public class CartesianChartModel extends ChartModel
Constructor and Description |
---|
CartesianChartModel() |
Modifier and Type | Method and Description |
---|---|
void |
addSeries(ChartSeries chartSeries) |
void |
clear() |
protected void |
createAxes() |
Map<AxisType,Axis> |
getAxes() |
Axis |
getAxis(AxisType type) |
String |
getDatatipFormat() |
List<ChartSeries> |
getSeries() |
boolean |
isAnimate() |
boolean |
isShowDatatip() |
boolean |
isShowPointLabels() |
boolean |
isZoom() |
void |
setAnimate(boolean animate) |
void |
setDatatipFormat(String datatipFormat) |
void |
setShowDatatip(boolean showDatatip) |
void |
setShowPointLabels(boolean showPointLabels) |
void |
setZoom(boolean zoom) |
getExtender, getLegendCols, getLegendPlacement, getLegendPosition, getLegendRows, getNegativeSeriesColors, getSeriesColors, getTitle, isMouseoverHighlight, isShadow, setExtender, setLegendCols, setLegendPlacement, setLegendPosition, setLegendRows, setMouseoverHighlight, setNegativeSeriesColors, setSeriesColors, setShadow, setTitle
protected void createAxes()
public List<ChartSeries> getSeries()
public void addSeries(ChartSeries chartSeries)
public void clear()
public boolean isZoom()
public void setZoom(boolean zoom)
public boolean isAnimate()
public void setAnimate(boolean animate)
public boolean isShowDatatip()
public void setShowDatatip(boolean showDatatip)
public String getDatatipFormat()
public void setDatatipFormat(String datatipFormat)
public boolean isShowPointLabels()
public void setShowPointLabels(boolean showPointLabels)
Copyright © 2015. All rights reserved.