-
Notifications
You must be signed in to change notification settings - Fork 139
PieChart
The PieChart control enables you to render a pie chart from one or more PieChartValues. This control is compatible with any browser which supports SVG including Internet Explorer 9 and above.
Name | Description |
---|---|
PieChartClientValues | Provides the list of PieChartValues to the client side Remarks: Needs help from the PieChartValues property for designer experience support, because Editor always blocks the property's ability to provide values to the client side as ExtenderControlProperty does at runtime |
PieChartValues | A list of PieChartValues |
Name | Description |
---|---|
chartHeight | Height of the chart |
chartTitle | A title of the chart |
chartTitleColor | Font color of the chart title |
chartWidth | Width of the chart |
pieChartClientValues | Provides the list of PieChartValues |
theme | A theme of the chart |
Height of the chart
Getter name: get_chartHeight()
Setter name: set_chartHeight(value)
A title of the chart
Getter name: get_chartTitle()
Setter name: set_chartTitle(value)
Font color of the chart title
Getter name: get_chartTitleColor()
Setter name: set_chartTitleColor(value)
Width of the chart
Getter name: get_chartWidth()
Setter name: set_chartWidth(value)
Provides the list of PieChartValues
Getter name: get_pieChartClientValues()
Setter name: set_pieChartClientValues(value)
A theme of the chart
Getter name: get_theme()
Setter name: set_theme(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