EnumAxisSmartLabelsMode
Enum
Determines the smart labels mode that will be used to avoid overlapping labels.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public enum AxisSmartLabelsMode
Fields
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.