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