org.zkoss.zkmax.zul.fusionchart.config
Class CategoryChartConfig

java.lang.Object
  extended by org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig
      extended by org.zkoss.zkmax.zul.fusionchart.config.CategoryChartConfig
All Implemented Interfaces:
ChartConfig, ChartInfoNotifier
Direct Known Subclasses:
XYChartConfig

public class CategoryChartConfig
extends AbstractChartConfig

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.
Pie 2D Chart.
Pie 3D Chart.
Multi-series Column 2D Chart.
Multi-series Column 3D Chart.
Multi-series Bar 2D Chart.
Stacked Column 2D Chart.
Stacked Column 3D Chart.
Stacked Bar 2D Chart.
Multi-Series Line 2D Chart.
Multi-Series Area 2D Chart.
Stacked Area 2D Chart.
Multi-Series Column 2D Line Dual Y Chart.
Multi-Series Column 3D Line Dual Y Chart.

Since:
6.0.1
Author:
jimmy

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

CategoryChartConfig

public CategoryChartConfig()
Method Detail

getYAxisMinValue

public java.lang.Number getYAxisMinValue()
Returns the lower limit of the chart.

Returns:
Number

setYAxisMinValue

public void setYAxisMinValue(java.lang.Number yAxisMinValue)
Sets the lower limit of the chart.

Parameters:
yAxisMinValue -

getYAxisMaxValue

public java.lang.Number getYAxisMaxValue()
Returns the upper limit of the chart.

Returns:
Number

setYAxisMaxValue

public void setYAxisMaxValue(java.lang.Number yAxisMaxValue)
Sets the upper limit of the chart.

Parameters:
yAxisMaxValue -

getCanvasBgColor

public java.lang.String getCanvasBgColor()
Returns the canvas background color.

Returns:
String

setCanvasBgColor

public void setCanvasBgColor(java.lang.String canvasBgColor)
Sets the canvas background color.

Parameters:
canvasBgColor -

getCanvasBgAlpha

public int getCanvasBgAlpha()
Returns the alpha for Canvas Background.

Returns:
Number

setCanvasBgAlpha

public void setCanvasBgAlpha(int canvasBgAlpha)
Sets the alpha for Canvas Background.

Parameters:
canvasBgAlpha -

getSeriesPropertiesMap

public SeriesPropertiesMap getSeriesPropertiesMap()
Return the series config.


getCategoryPropertiesMap

public CategoriesPropertiesMap getCategoryPropertiesMap()
Return the category config.


getTrendLineConfig

public TrendLinePropertiesList getTrendLineConfig()
Return the trend line config.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo