Class AxisSmartLabelsMode
Determines the smart labels mode that will be used to avoid overlapping labels.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisSmartLabelsMode : Enum
Fields
None
Does not attempt to avoid overlapping labels.
Declaration
public const AxisSmartLabelsMode None
Field Value
AxisSmartLabelsMode
|
SmartStep
The axis will choose a step (or tick interval) in such a way that labels don't overlap.
Declaration
public const AxisSmartLabelsMode SmartStep
Field Value
AxisSmartLabelsMode
|
SmartStepAndRange
The axis will choose a step and range in such a way that labels don't overlap.
Declaration
public const AxisSmartLabelsMode SmartStepAndRange
Field Value
AxisSmartLabelsMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|