Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PieSeries

Defines series that represent the data as a Pie separated in segments corresponding to each data object from the source.

Hierarchy

Index

Constructors

constructor

  • Creates an instance of the PieSeries class.

    Returns PieSeries

Properties

android

android: any

endAngle

endAngle: number

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.

expandRadius

expandRadius: number

The radius factor to which a pie slice will expand when selected. Valid values are between 0 and 1.

ios

ios: any

items

items: any

Gets or sets a collection of objects used to initialize the series.

labelStyle

labelStyle: PointLabelStyle

Gets or sets the label style customized with properties of PointLabelStyle class.

legendLabel

legendLabel: string

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.

legendTitle

legendTitle: string

Gets or sets a title for this series which will be used in the legend.

outerRadiusFactor

outerRadiusFactor: number

The pie series radius factor. Valid values are between 0 and 1.

selectionMode

selectionMode: string

Gets or sets the selection mode of series. Use values exported from SeriesSelectionMode.

seriesName

seriesName: string

Gets or sets name of the series. This 'name' is used when applying the 'palettes' of the Chart.

showLabels

showLabels: boolean

Gets or sets the hidden state of labels.

showPercentage

showPercentage: boolean

Set to determine if pie segments should show percentage or raw values.

startAngle

startAngle: number

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.

valueProperty

valueProperty: string

Gets or sets the name of the property on the business entity which will be used to plot it on the provided axis.

Static endAngleProperty

endAngleProperty: Property

Identifies the endAngle dependency property.

Static expandRadiusProperty

expandRadiusProperty: Property

Identifies the expandRadius dependency property.

Static itemsProperty

itemsProperty: Property

Identifies the items dependency property.

Static labelStyleProperty

labelStyleProperty: Property

Identifies the labelStyle dependency property.

Static legendLabelProperty

legendLabelProperty: Property

Identifies the legendLabel dependency property.

Static legendTitleProperty

legendTitleProperty: Property

Identifies the legendTitle dependency property.

Static outerRadiusFactorProperty

outerRadiusFactorProperty: Property

Identifies the outerRadius dependency property.

Static selectionModeProperty

selectionModeProperty: Property

Identifies the selectionMode dependency property.

Static showLabelsProperty

showLabelsProperty: Property

Identifies the showLabels dependency property.

Static showPercentageProperty

showPercentageProperty: Property

Identifies the showPercentage dependency property.

Static startAngleProperty

startAngleProperty: Property

Identifies the startAngle dependency property.

Static valueProperty

valueProperty: Property

Identifies the value dependency property.

Generated using TypeDoc