Chart Properties
Description
The Chart control comes with the following control properties.
- Name
- Description
- Chart width
Specifies the width of the Chart control. This can also be a percentage.
- Chart height
Specifies the height of a chart control. Can be a percentage.
- Chart definition
The Chart definition property sets the data, style, and binding as well additional settings.
- Base64 encode chart image
Specifies if the chart image should be base64 encoded. (Not supported in all browsers).
- Has events
Specify if the chart has events. For example, you can call a Javascript function when clicking on a slice of a pie chart, or hovering over a data point on a series.