PieSeriesLabel Members
Stores pie series label settings.Constructors
| Name | Description |
|---|---|
| PieSeriesLabel() | Initializes a new instance of the PieSeriesLabel class with default settings. |
Fields
| Name | Description |
|---|---|
| IndentProperty static | Identifies the Indent bindable property. Inherited from SeriesLabel. |
| PositionProperty static | Identifies the Position bindable property. |
| StyleProperty static | Identifies the Style bindable property. |
| TextPatternProperty static | Identifies the TextPattern bindable property. Inherited from SeriesLabel. |
| TextProviderProperty static | Identifies the TextProvider bindable property. Inherited from SeriesLabel. |
| VisibleProperty static | Identifies the Visible bindable property. Inherited from SeriesLabel. |
Properties
| Name | Description |
|---|---|
| Indent | Inherited from SeriesLabel. |
| Position | Gets or sets the position of labels relative to the pie diagram. |
| Style | Specifies a style of pie series labels. |
| TextPattern | Gets or sets a text pattern for series point labels. Inherited from SeriesLabel. |
| TextProvider | Allows you to specify a rule used to generate custom text strings for series labels. Inherited from SeriesLabel. |
| Visible | Inherited from SeriesLabel. |
See Also