Pie Chart
Pie Chart (PieChart
) is a chart control.
Examples
Properties
Name | Type | Default | Description |
---|---|---|---|
legend | bool | false | Whether to show legend. |
tooltips | bool | false | Whether to show tooltips over bars. |
innerValue | string or number | The value to display in the center of the chart. | |
innerRadius | number | Hole radius in the center to draw chart as a donut. |
Child controls
Data
control
Serves as a container for P
(point) controls.
Child controls
P
control
Describes chart data point.
Properties
Name | Type | Default | Description |
---|---|---|---|
value | number | Data point (sector) value. | |
legend | string | Legend text for the datapoint in the chart. | |
color | string | Color for the legend in the chart. | |
tooltip | string | Callout data the value. legend will be used if not provided. |