-
Notifications
You must be signed in to change notification settings - Fork 137
AreaChart
The AreaChart control allows rendering an area chart from one or more series of values.
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 |
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. |
Name | Description |
---|---|
generateAreaChart() | Generates the AreaChart with the specified values |
Color of a base line.
Getter name: get_baseLineColor()
Setter name: set_baseLineColor(value)
Comma-separated text for each category rendered below X axis
Getter name: get_categoriesAxis()
Setter name: set_categoriesAxis(value)
Color of a category axis line.
Getter name: get_categoryAxisLineColor()
Setter name: set_categoryAxisLineColor(value)
Chart height in pixels. Default value is 300
Getter name: get_chartHeight()
Setter name: set_chartHeight(value)
A chart title.
Getter name: get_chartTitle()
Setter name: set_chartTitle(value)
Color of a chart title.
Getter name: get_chartTitleColor()
Setter name: set_chartTitleColor(value)
A type of chart. The default value is Basic.
Getter name: get_chartType()
Setter name: set_chartType(value)
Chart width in pixels. Default value is 300
Getter name: get_chartWidth()
Setter name: set_chartWidth(value)
A list of series.
Getter name: get_clientSeries()
Setter name: set_clientSeries(value)
Whether or not show series values.
Getter name: get_displayValues()
Setter name: set_displayValues(value)
A CSS file name for AreaChart. The default value is 'AreaChart'.
Getter name: get_theme()
Setter name: set_theme(value)
Color of a value axis line.
Getter name: get_valueAxisLineColor()
Setter name: set_valueAxisLineColor(value)
Value axis lines count. The default value is 9.
Getter name: get_valueAxisLines()
Setter name: set_valueAxisLines(value)
Generates the AreaChart with the specified values
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout