Enum
AxisPlotMode

Defines how data points are plotted relatively to the ticks of the axis.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinUI.Controls.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

OnTicksPadded

Points are plotted over each tick with a half tick step padding applied on both ends of the axis.

Declaration

cs-api-definition
OnTicksPadded = 2

Field Value

AxisPlotMode

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