AxisPositionMode
Enum
Specifies how tick marks are positioned in relation to the data points.
Definition
Fields
Specifies data points to be positioned between tick marks.
C#
BetweenTicks = 0
Specifies data points to be positioned on tick marks.
C#
OnTicks = 1