MarkerSeriesLabel Members
Stores point label settings for the Area, Line, Spline, and Point series.Constructors
Name | Description |
---|---|
MarkerSeriesLabel() | Initializes a new instance of the MarkerSeriesLabel class with default settings. |
Fields
Name | Description |
---|---|
AngleProperty static | Identifies the Angle bindable property. |
IndentProperty static | Identifies the Indent bindable property. Inherited from SeriesLabel. |
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 |
---|---|
Angle | |
Indent | Inherited from SeriesLabel. |
Style | |
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