EnumAxisPlotMode
Enum
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.
OnTicks
Points are plotted over each tick.
OnTicksPadded
Points are plotted over each tick with half a step padding applied on both ends of the axis.