AreaChart - DevExpress/AjaxControlToolkit GitHub Wiki
The AreaChart control allows rendering an area chart from one or more series of values.
Properties
| Name | Description |
|---|---|
| BaseLineColor | Base line color |
| CategoriesAxis | Comma-separated text for each category rendered below X axis |
| CategoryAxisLineColor | Category axis line color |
| ChartType | A chart type. The default value is Basic. |
| ClientSeries | A list of series. |
| DisplayValues | Whether or not show series values. |
| Series | A list of series with designer support. |
| ValueAxisLineColor | Value axis line color |
| ValueAxisLines | Value axis lines count. The default value is 9 |
Client properties
| Name | Description |
|---|---|
| baseLineColor | Color of a base line. |
| categoriesAxis | Comma-separated text for each category rendered below X axis |
| categoryAxisLineColor | Color of a category axis line. |
| chartHeight | Chart height in pixels. Default value is 300 |
| chartTitle | A chart title. |
| chartTitleColor | Color of a chart title. |
| chartType | A type of chart. The default value is Basic. |
| chartWidth | Chart width in pixels. Default value is 300 |
| clientSeries | A list of series. |
| displayValues | Whether or not show series values. |
| theme | A CSS file name for AreaChart. The default value is 'AreaChart'. |
| valueAxisLineColor | Color of a value axis line. |
| valueAxisLines | Value axis lines count. The default value is 9. |
Client methods
| Name | Description |
|---|---|
| generateAreaChart() | Generates the AreaChart with the specified values |
Client properties
baseLineColor
Color of a base line.
Getter name: get_baseLineColor()Setter name: set_baseLineColor(value)
categoriesAxis
Comma-separated text for each category rendered below X axis
Getter name: get_categoriesAxis()Setter name: set_categoriesAxis(value)
categoryAxisLineColor
Color of a category axis line.
Getter name: get_categoryAxisLineColor()Setter name: set_categoryAxisLineColor(value)
chartHeight
Chart height in pixels. Default value is 300
Getter name: get_chartHeight()Setter name: set_chartHeight(value)
chartTitle
A chart title.
Getter name: get_chartTitle()Setter name: set_chartTitle(value)
chartTitleColor
Color of a chart title.
Getter name: get_chartTitleColor()Setter name: set_chartTitleColor(value)
chartType
A type of chart. The default value is Basic.
Getter name: get_chartType()Setter name: set_chartType(value)
chartWidth
Chart width in pixels. Default value is 300
Getter name: get_chartWidth()Setter name: set_chartWidth(value)
clientSeries
A list of series.
Getter name: get_clientSeries()Setter name: set_clientSeries(value)
displayValues
Whether or not show series values.
Getter name: get_displayValues()Setter name: set_displayValues(value)
theme
A CSS file name for AreaChart. The default value is 'AreaChart'.
Getter name: get_theme()Setter name: set_theme(value)
valueAxisLineColor
Color of a value axis line.
Getter name: get_valueAxisLineColor()Setter name: set_valueAxisLineColor(value)
valueAxisLines
Value axis lines count. The default value is 9.
Getter name: get_valueAxisLines()Setter name: set_valueAxisLines(value)
Client methods
generateAreaChart()
Generates the AreaChart with the specified values