ValueAxis.CrossPositionType Property
Gets or sets how the axis crosses the perpendicular axis.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| AxisCrossPositionType | The axis crossing position type. |
Available values:
| Name | Description |
|---|---|
| BetweenTickMarks | Axis crosses between category tick marks. |
| OnTickMarks | Axis crosses on category tick marks. |
See Also