Skip to main content

RangeAreaSeriesLabel Members

Stores range area series label settings.

Constructors

Name Description
RangeAreaSeriesLabel() Initializes a new instance of the RangeAreaSeriesLabel class.

Fields

Name Description
HighValueAngleProperty static Identifies the HighValueAngle dependency property.
IndentProperty static Identifies the Indent bindable property. Inherited from SeriesLabel.
KindProperty static Identifies the Kind dependency property.
LowValueAngleProperty static Identifies the LowValueAngle dependency property.
StyleProperty static Identifies the Style dependency 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
HighValueAngle Specifies the position of high value labels relative to the markers.
Indent Inherited from SeriesLabel.
Kind
LowValueAngle Specifies the position of low value labels relative to the markers.
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