public class CartesianChartModel extends ChartModel
| Modifier | Constructor and Description |
|---|---|
|
CartesianChartModel() |
protected |
CartesianChartModel(CartesianChartModel cartesianChartModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSeries(ChartSeries chartSeries)
Adds a series
|
void |
clear()
Clears the added series
|
protected void |
createAxes()
Creates the default Axes for CartesianChartModel
|
Map<AxisType,Axis> |
getAxes()
Returns the current Axes
|
Axis |
getAxis(AxisType type)
Returns the appropriate Axis based on the supplied type
|
int |
getHigh()
Overriding the natural high of the chart allows you to zoom in or limit
the charts highest displayed value
|
int |
getLow()
Overriding the natural low of the chart allows you to zoom in or limit
the charts lowest displayed value
|
List<ChartSeries> |
getSeries()
Returns the current Series
|
void |
setHigh(int high)
Overriding the natural high of the chart allows you to zoom in or limit
the charts highest displayed value
|
void |
setLow(int low)
Overriding the natural low of the chart allows you to zoom in or limit
the charts lowest displayed value
|
addLabel, clearLabels, getAspectRatio, getChartPadding, getHeight, getLabels, getResponsiveOptions, getStyleClass, getWidth, isAnimateAdvanced, isAnimatePath, isReverseData, isShowTooltip, setAnimateAdvanced, setAnimatePath, setAspectRatio, setChartPadding, setHeight, setResponsiveOptions, setReverseData, setShowTooltip, setWidthpublic CartesianChartModel()
protected CartesianChartModel(CartesianChartModel cartesianChartModel)
protected void createAxes()
public List<ChartSeries> getSeries()
public void addSeries(ChartSeries chartSeries)
{@link - ChartSeries}public void clear()
public Axis getAxis(AxisType type)
{@link - AxisType}Axispublic int getHigh()
public void setHigh(int high)
high - the high to setpublic int getLow()
public void setLow(int low)
low - the low to setCopyright © 2016. All rights reserved.