Class AxisPlotMode
Defines how data points are plotted relatively to the ticks of the axis.
Inheritance
System.Object
AxisPlotMode
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public sealed class AxisPlotMode : Enum
Fields
BetweenTicks
Points are plotted in the middle of the range, defined by 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
|
value__
Declaration
public int value__
Field Value
System.Int32
|