PieChartView Properties
Visualizes data as a pie (circular) chart.| Name | Description |
|---|---|
| ChartStyle | Gets or sets the pie chart appearance settings. |
| Hint | Gets or sets the pie chart hint. |
| Legend | Gets or sets the chart legend. Inherited from ChartBaseView. |
| SelectedItem | Returns data object that is currently selected on the chart. Inherited from ChartBaseView. |
| SelectedItems | Returns a collection of chart items that are selected. Inherited from ChartBaseView. |
| SelectionBehavior | Specifies how to mark a selected data point. |
| SelectionKind | Specifies whether an individual point or whole series is selected when an end user taps a chart. Inherited from ChartBaseView. |
| SelectionMode | Specifies how many chart elements an end user can select simultaneously. Inherited from ChartBaseView. |
| Series | Gets the pie chart’s collection of series. |
| Theme | Specifies the chart’s current theme. Inherited from ChartBaseView. |
See Also