DxPieChart<T> Events
A control that visualizes data as Pie and Donut charts.| Name | Description |
|---|---|
| CustomizeSeriesPoint | Allows you to customize series points, pie sectors, and their labels. Inherited from DxChartBase. |
| LegendClick | Fires when a user clicks a legend item. |
| Rendered | Fires after the chart is rendered. Inherited from DxChartBase. |
| SelectionChanged | Fires when pie sector selection changes. |
| SeriesClick | Occurs when a user clicks a pie series sector. |
| TooltipShowing | Fires before a tooltip appears. Inherited from DxChartBase. |
See Also