AxisBase Members
The base class for Cartesian Chart’s axes.Fields
| Name | Description |
|---|---|
| DisplayPositionProperty static | Identifies the DisplayPosition bindable property. |
| HintOptionsProperty static | Identifies the HintOptions bindable property. |
| LabelProperty static | Identifies the Label bindable property. |
| LabelTextFormatterProperty static | Identifies the LabelTextFormatter bindable property. |
| LayoutProperty static | Identifies the Layout bindable property. |
| PositionProperty static | Identifies the Position bindable property. |
| StyleProperty static | Identifies the Style bindable property. |
| SynchronizerProperty static | Identifies the Synchronizer bindable property. |
| TitleProperty static | Identifies the Title bindable property. |
| VisibleProperty static | Identifies the Visible bindable property. |
Properties
| Name | Description |
|---|---|
| DisplayPosition | Specifies the axis position. |
| HintOptions | Gets or sets an object that configures how the axis interacts with the Hint. |
| Label | Provides access to the settings that specify the text format, position, and appearance of axis labels. |
| LabelTextFormatter | Gets or sets an object that provides custom string representations of axis label values to labels. |
| Layout | Gets or sets the axis layout settings. |
| Position | Obsolete. This property is obsolete (use the DisplayPosition property instead). |
| Style | Gets or sets the axis appearance settings. |
| Synchronizer | Gets or sets an object that synchronizes ranges of axes in several charts. |
| Title | Specifies the axis title. |
| Visible | Specifies whether the axis is visible. |
See Also