AxisBase.TickLabelPosition Property
Gets or sets the tick label position relative to the axis.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| AxisTickLabelPositionType | The tick label position relative to the axis. |
Available values:
| Name | Description |
|---|---|
| None | Hides tick labels on the axis. |
| High | Specifies that axis labels should be displayed at the top of the chart (for the category and series axes) or on the right side of the chart (for the value axis). |
| Low | Specifies that axis labels should be displayed at the bottom of the chart (for the category and series axes) or on the left side of the chart (for the value axis). |
| NextTo | Specifies that axis labels should be displayed next to the axis. |
See Also