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