|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig org.zkoss.zkmax.zul.fusionchart.config.GanttChartConfig
public class GanttChartConfig
The GanttFusionchartProperty lets you control a variety of functional elements on the chart. For example, you can opt to show/hide data labels, data values, y-axis values. You can also set chart limits and extended properties.
All property of chart, please refer to the following reference document.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_DATE_FORMAT
|
Fields inherited from class org.zkoss.zkmax.zul.fusionchart.config.AbstractChartConfig |
---|
props |
Constructor Summary | |
---|---|
GanttChartConfig()
|
Method Summary | |
---|---|
int |
getCanvasBgAlpha()
Returns the alpha for Canvas Background. |
java.lang.String |
getCanvasBgColor()
Returns the canvas background color. |
GanttChartCategoriesPropertiesList |
getCategoriesConfig()
Return the categories config. |
GanttChartHeaderPropertiesMap |
getHeaderConfig()
Return the header config. |
MilestonePropertiesList |
getMilestoneConfig()
|
ProcessPropertiesMap |
getProcessConfig()
Return the process config. |
GanttChartSeriesPropertiesMap |
getSeriesConfig()
Return the series config. |
GanttTableConfig |
getTableConfig()
|
ChartProperties |
getTasksProperties()
Return the tasks properties. |
TrendLinePropertiesList |
getTrendLineConfig()
Return the trend line config. |
void |
setCanvasBgAlpha(java.lang.Number canvasBgAlpha)
Sets the alpha for Canvas Background. |
void |
setCanvasBgColor(java.lang.String canvasBgColor)
Sets the canvas background color. |
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 |
Field Detail |
---|
public static final java.lang.String DEFAULT_DATE_FORMAT
Constructor Detail |
---|
public GanttChartConfig()
Method Detail |
---|
public java.lang.String getCanvasBgColor()
public void setCanvasBgColor(java.lang.String canvasBgColor)
canvasBgColor
- public int getCanvasBgAlpha()
public void setCanvasBgAlpha(java.lang.Number canvasBgAlpha)
canvasBgAlpha
- public ProcessPropertiesMap getProcessConfig()
public ChartProperties getTasksProperties()
public GanttChartSeriesPropertiesMap getSeriesConfig()
public GanttChartHeaderPropertiesMap getHeaderConfig()
public GanttChartCategoriesPropertiesList getCategoriesConfig()
public TrendLinePropertiesList getTrendLineConfig()
public MilestonePropertiesList getMilestoneConfig()
public GanttTableConfig getTableConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |