Enum
AxisPlotMode

Defines how data points are plotted by an axis.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum AxisPlotMode

Fields

BetweenTicks

Points are plotted in the middle of the range, defined between each 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 half a 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