Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

public enum AxisCrossPosition

Members

Name Description
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.

Remarks

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

See Also