AxisPlotMode
Enum
Defines how data points are plotted by an axis.
Definition
Fields
Points are plotted in the middle of the range, defined between each two ticks.
C#
BetweenTicks = 0
Points are plotted over each tick.
C#
OnTicks = 1
Points are plotted over each tick with half a step padding applied on both ends of the axis.
C#
OnTicksPadded = 2