New to Telerik UI for WinFormsStart a free 30-day trial

Defines how data points are plotted by an axis.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public enum AxisPlotMode

Fields

Points are plotted in the middle of the range, defined between each two ticks.

C#
BetweenTicks = 0

Points are plotted over each tick.

C#
OnTicks = 1

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

C#
OnTicksPadded = 2
In this article
DefinitionFieldsBetweenTicksOnTicksOnTicksPadded
Not finding the help you need?
Contact Support