Class AxisPlotMode
Defines how data points are plotted by an axis.
Inheritance
System.Object
AxisPlotMode
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisPlotMode : Enum
Fields
BetweenTicks
Points are plotted in the middle of the range, defined between each two ticks.
Declaration
public const AxisPlotMode BetweenTicks
Field Value
AxisPlotMode
|
OnTicks
Points are plotted over each tick.
Declaration
public const AxisPlotMode OnTicks
Field Value
AxisPlotMode
|
OnTicksPadded
Points are plotted over each tick with half a step padding applied on both ends of the axis.
Declaration
public const AxisPlotMode OnTicksPadded
Field Value
AxisPlotMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|