EnumAxisPlotMode
Enum
Defines how data points are plotted relatively to the ticks of the axis.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public enum AxisPlotMode
Fields
BetweenTicks
Points are plotted in the middle of the range, defined by two ticks.
OnTicks
Points are plotted over each tick.