Determines the smart labels mode that will be used to avoid overlapping labels.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public enum AxisSmartLabelsMode
Fields
Does not attempt to avoid overlapping labels.
C#
None = 0
The axis will choose a step (or tick interval) in such a way that labels don't overlap.
C#
SmartStep = 1
The axis will choose a step and range in such a way that labels don't overlap.
C#
SmartStepAndRange = 2