|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
public class CategoryChartConfig
The categories chart property lets you control a variety of functional elements on the chart with {link CategoryModel}.
All property of chart, please refer to the following reference document.
| Field Summary |
|---|
| Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig |
|---|
props |
| Constructor Summary | |
|---|---|
CategoryChartConfig()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig |
|---|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryChartConfig()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||