The end angle of the series. Use this property along with startAngle to define a pie segment that will be used to present all points in this series. By default, the endAngle property is 360 degrees.
The radius factor to which a pie slice will expand when selected. Valid values are between 0 and 1.
Gets or sets a collection of objects used to initialize the series.
Gets or sets the label style customized with properties of PointLabelStyle class.
The title for the pie data points shown in legend. It can be bound to the data source object property. Note: Available for iOS only.
Gets or sets a title for this series which will be used in the legend.
The pie series radius factor. Valid values are between 0 and 1.
Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.
Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.
Gets or sets the hidden state of labels.
Set to determine if pie segments should show percentage or raw values.
The start angle of the series. Use this property along with endAngle to define a pie segment that will be used to present all points in this series. By default, the startAngle property is 0 degrees.
Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.
Identifies the endAngle dependency property.
Identifies the expandRadius dependency property.
Identifies the items dependency property.
Identifies the labelStyle dependency property.
Identifies the legendLabel dependency property.
Identifies the legendTitle dependency property.
Identifies the outerRadius dependency property.
Identifies the selectionMode dependency property.
Identifies the showLabels dependency property.
Identifies the showPercentage dependency property.
Identifies the startAngle dependency property.
Identifies the value dependency property.
Generated using TypeDoc
Defines series that represent the data as a Pie separated in segments corresponding to each data object from the source.