Enum AxisPlotMode
Defines how data points are plotted by an axis.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public enum AxisPlotMode
BetweenTicks
Points are plotted in the middle of the range, defined between each two ticks.
OnTicks
Points are plotted over each tick.
OnTicksPadded
Points are plotted over each tick with half a step padding applied on both ends of the axis.