-
Notifications
You must be signed in to change notification settings - Fork 142
BarChart
The BarChart control enables you to render a bar chart from one or more series of values.
Name | Description |
---|---|
BaseLineColor | A color of the base lines of the chart. |
CategoriesAxis | This is a required property. You need to provide a set of values for the category axis to create a bar chart |
CategoryAxisLineColor | A color of the category axis lines. |
ChartType | A type of bar charts including Column, StackedColumn, Bar, and StackedBar. |
ClientSeries | Provides a list of series to the client side. The Values property is required for designer experience support, because the editor always prevents providing values to the client side as ExtenderControlProperty at runtime. |
Series | A list of series. |
ValueAxisLineColor | A color of the value axis lines. |
ValueAxisLines | Interval size for the value axis line. The default is 9 |
Name | Description |
---|---|
baseLineColor | Enables you to set a color of the base lines of the chart. |
categoriesAxis | This is a required property. You need to provide a set of values for the category axis to create a bar chart |
categoryAxisLineColor | Enables you to set a color of the category axis lines. |
chartHeight | Enables you to customize chart height. |
chartTitle | Enables you to set the chart's title. |
chartTitleColor | Enables you to set a font color of the chart title. |
chartType | Enables you to render different types of bar charts including Column, StackedColumn, Bar, and StackedBar |
chartWidth | Enables you to customize chart width. |
clientSeries | A list of series. |
theme | Enables you to control the appearance of the bar chart with a Cascading Style Sheet file |
valueAxisLineColor | Enables you to set a color of the value axis lines. |
valueAxisLines | Enables you to set interval size for a value axis line. |
Enables you to set a color of the base lines of the chart.
Getter name: get_baseLineColor()
Setter name: set_baseLineColor(value)
This is a required property. You need to provide a set of values for the category axis to create a bar chart
Getter name: get_categoriesAxis()
Setter name: set_categoriesAxis(value)
Enables you to set a color of the category axis lines.
Getter name: get_categoryAxisLineColor()
Setter name: set_categoryAxisLineColor(value)
Enables you to customize chart height.
Getter name: get_chartHeight()
Setter name: set_chartHeight(value)
Enables you to set the chart's title.
Getter name: get_chartTitle()
Setter name: set_chartTitle(value)
Enables you to set a font color of the chart title.
Getter name: get_chartTitleColor()
Setter name: set_chartTitleColor(value)
Enables you to render different types of bar charts including Column, StackedColumn, Bar, and StackedBar
Getter name: get_chartType()
Setter name: set_chartType(value)
Enables you to customize chart width.
Getter name: get_chartWidth()
Setter name: set_chartWidth(value)
A list of series.
Getter name: get_clientSeries()
Setter name: set_clientSeries(value)
Enables you to control the appearance of the bar chart with a Cascading Style Sheet file
Getter name: get_theme()
Setter name: set_theme(value)
Enables you to set a color of the value axis lines.
Getter name: get_valueAxisLineColor()
Setter name: set_valueAxisLineColor(value)
Enables you to set interval size for a value axis line.
Getter name: get_valueAxisLines()
Setter name: set_valueAxisLines(value)
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