Skip to main content

StripAxisLabel Members

Stores the strip’s axis label settings.

Constructors

Name Description
StripAxisLabel() Initializes a new instance of the StripAxisLabel class with default settings.

Fields

Name Description
StyleProperty static Identifies the Style bindable property. Inherited from AxisLabelBase.
TextProperty static Identifies the Text bindable property.
VisibleProperty static Identifies the Visible bindable property. Inherited from AxisLabelBase.

Properties

Name Description
Style Gets or sets axis label appearance settings. Inherited from AxisLabelBase.
Text Specifies the text of a strip’s axis label.
Visible Specifies whether axis labels are visible. Inherited from AxisLabelBase.
See Also