public class CategoryChartConfig extends AbstractChartConfig
props
Constructor and Description |
---|
CategoryChartConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getCanvasBgAlpha()
Returns the alpha for Canvas Background.
|
java.lang.String |
getCanvasBgColor()
Returns the canvas background color.
|
CategoriesPropertiesMap |
getCategoryPropertiesMap()
Return the category config.
|
SeriesPropertiesMap |
getSeriesPropertiesMap()
Return the series config.
|
TrendLinePropertiesList |
getTrendLineConfig()
Return the trend line config.
|
java.lang.Number |
getYAxisMaxValue()
Returns the upper limit of the chart.
|
java.lang.Number |
getYAxisMinValue()
Returns the lower limit of the chart.
|
void |
setCanvasBgAlpha(int canvasBgAlpha)
Sets the alpha for Canvas Background.
|
void |
setCanvasBgColor(java.lang.String canvasBgColor)
Sets the canvas background color.
|
void |
setYAxisMaxValue(java.lang.Number yAxisMaxValue)
Sets the upper limit of the chart.
|
void |
setYAxisMinValue(java.lang.Number yAxisMinValue)
Sets the lower limit of the chart.
|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor
public java.lang.Number getYAxisMinValue()
public void setYAxisMinValue(java.lang.Number yAxisMinValue)
yAxisMinValue
- public java.lang.Number getYAxisMaxValue()
public void setYAxisMaxValue(java.lang.Number yAxisMaxValue)
yAxisMaxValue
- public java.lang.String getCanvasBgColor()
public void setCanvasBgColor(java.lang.String canvasBgColor)
canvasBgColor
- public int getCanvasBgAlpha()
public void setCanvasBgAlpha(int canvasBgAlpha)
canvasBgAlpha
- public SeriesPropertiesMap getSeriesPropertiesMap()
public CategoriesPropertiesMap getCategoryPropertiesMap()
public TrendLinePropertiesList getTrendLineConfig()
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.