PieChartView Members
In This Article
#Constructors
Name | Description |
---|---|
Pie |
Initializes a new instance of the Pie |
#Fields
Name | Description |
---|---|
Chart |
Identifies the Pie |
Hint |
Identifies the Pie |
Legend |
Identifies the Legend bindable property.
Inherited from Chart |
Selected |
Identifies the Selected |
Selected |
Identifies the Selected |
Selection |
Identifies the Pie |
Selection |
Identifies the Selection |
Selection |
Identifies the Selection |
Series |
Identifies the Pie |
Theme |
Identifies the Theme bindable property.
Inherited from Chart |
#Properties
Name | Description |
---|---|
Chart |
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 Chart |
Selected |
Returns data object that is currently selected on the chart.
Inherited from Chart |
Selected |
Returns a collection of chart items that are selected.
Inherited from Chart |
Selection |
Specifies how to mark a selected data point. |
Selection |
Specifies whether an individual point or whole series is selected when an end user taps a chart.
Inherited from Chart |
Selection |
Specifies how many chart elements an end user can select simultaneously.
Inherited from Chart |
Series | Gets the pie chart’s collection of series. |
Theme |
Specifies the chart’s current theme.
Inherited from Chart |
#Methods
Name | Description |
---|---|
Hide |
Hides a hint if chart shows it.
Inherited from Chart |
Resume |
Resumes the chart rendering on updates
Inherited from Chart |
Set |
Specifies whether a series point with the specified point |
Show |
Shows a hint for a series point with the specified index of a series with the given index.
Inherited from Chart |
Show |
Shows a hint for the specified screen point.
Inherited from Chart |
Suspend |
Pauses the chart rendering on updates.
Inherited from Chart |
#Events
Name | Description |
---|---|
Hint |
Occurs every time the chart hides a hint.
Inherited from Chart |
Hint |
Occurs every time the chart shows a hint.
Inherited from Chart |
Selection |
Occurs every time the chart changes its selected item |
See Also