RadControls for Silverlight

Defines how data points are plotted by an axis.

Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public enum AxisPlotMode
Visual Basic
Public Enumeration AxisPlotMode

Members

Member nameValueDescription
BetweenTicks0 Points are plotted in the middle of the range, defined between each two ticks.
OnTicks1 Points are plotted over each tick.
OnTicksPadded2 Points are plotted over each tick with half a step padding applied on both ends of the axis.

See Also