Class AxisPlotMode
Defines how data points are plotted relatively to the ticks of the axis.
Inheritance
System.Object
AxisPlotMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.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
OnTicks
Points are plotted over each tick.
Declaration
public const AxisPlotMode OnTicks
Field Value
value__
Declaration
public int value__
Field Value
System.
|