AxisLabel Members
Stores axis label settings.Constructors
| Name | Description |
|---|---|
| AxisLabel() | Initializes a new instance of the AxisLabel class with default settings. |
Fields
| Name | Description |
|---|---|
| AngleProperty static | Identifies the Angle dependency property. |
| PositionProperty static | Identifies the Position bindable property. |
| ResolveOverlappingOptionsProperty static | Identifies the ResolveOverlappingOptions dependency property. |
| StaggeredProperty static | Identifies the Staggered dependency property. |
| StyleProperty static | Identifies the Style bindable property. Inherited from AxisLabelBase. |
| TextFormatProperty static | Identifies the TextFormat bindable property. |
| VisibleProperty static | Identifies the Visible bindable property. Inherited from AxisLabelBase. |
Properties
| Name | Description |
|---|---|
| Angle | |
| Position | Gets or sets the position of axis labels. |
| ResolveOverlappingOptions | Gets or sets whether some axis labels are automatically hidden to avoid overlap. |
| Staggered | |
| Style | Gets or sets axis label appearance settings. Inherited from AxisLabelBase. |
| TextFormat | Gets or sets the pattern applied to axis label text. |
| Visible | Specifies whether axis labels are visible. Inherited from AxisLabelBase. |
See Also