Back to Devexpress

AxisCrossPosition Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-652bc003.md

latest1.4 KB
Original Source

AxisCrossPosition Enum

Lists values used to specify the position of the crossing point where the value and category axes intersect.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum AxisCrossPosition
vb
Public Enum AxisCrossPosition

Members

NameDescription
BetweenTickMarks

Specifies that the value axis should cross the category axis between data markers.

| | OnTickMarks |

Specifies that the value axis should cross the category axis at the midpoint of a category.

|

The following properties accept/return AxisCrossPosition values:

Remarks

The values listed by this enumeration are used by the Axis.CrossPosition property.

See Also

DevExpress.Spreadsheet.Charts Namespace