public class CategoryChartConfig extends AbstractChartConfig
props| Constructor and Description |
|---|
CategoryChartConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCanvasBgAlpha()
Returns the alpha for Canvas Background.
|
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.
|
Number |
getYAxisMaxValue()
Returns the upper limit of the chart.
|
Number |
getYAxisMinValue()
Returns the lower limit of the chart.
|
void |
setCanvasBgAlpha(int canvasBgAlpha)
Sets the alpha for Canvas Background.
|
void |
setCanvasBgColor(String canvasBgColor)
Sets the canvas background color.
|
void |
setYAxisMaxValue(Number yAxisMaxValue)
Sets the upper limit of the chart.
|
void |
setYAxisMinValue(Number yAxisMinValue)
Sets the lower limit of the chart.
|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColorpublic Number getYAxisMinValue()
public void setYAxisMinValue(Number yAxisMinValue)
yAxisMinValue - public Number getYAxisMaxValue()
public void setYAxisMaxValue(Number yAxisMaxValue)
yAxisMaxValue - public String getCanvasBgColor()
public void setCanvasBgColor(String canvasBgColor)
canvasBgColor - public int getCanvasBgAlpha()
public void setCanvasBgAlpha(int canvasBgAlpha)
canvasBgAlpha - public SeriesPropertiesMap getSeriesPropertiesMap()
public CategoriesPropertiesMap getCategoryPropertiesMap()
public TrendLinePropertiesList getTrendLineConfig()
Copyright © 2026. All rights reserved.