Enum
AxisPlotMode

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.

Declaration

cs-api-definition
BetweenTicks = 0

Field Value

AxisPlotMode

OnTicks

Points are plotted over each tick.

Declaration

cs-api-definition
OnTicks = 1

Field Value

AxisPlotMode

In this article
DefinitionFieldsBetweenTicksOnTicks
Not finding the help you need?
Contact Support