public class GanttChartConfig extends AbstractChartConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATE_FORMAT |
props| Constructor and Description |
|---|
GanttChartConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCanvasBgAlpha()
Returns the alpha for Canvas Background.
|
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(Number canvasBgAlpha)
Sets the alpha for Canvas Background.
|
void |
setCanvasBgColor(String canvasBgColor)
Sets the canvas background color.
|
addChartDataListener, addPropertyListener, getBgAlpha, getBgColor, getChartProperties, initChartProperties, isAnimation, removeChartDataListener, removePropertyListener, setAnimation, setBgAlpha, setBgColorpublic static final String DEFAULT_DATE_FORMAT
public String getCanvasBgColor()
public void setCanvasBgColor(String canvasBgColor)
canvasBgColor - public int getCanvasBgAlpha()
public void setCanvasBgAlpha(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()
Copyright © 2026. All rights reserved.