Enum
AxisSmartLabelsMode

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.

Declaration

cs-api-definition
None = 0

Field Value

AxisSmartLabelsMode

SmartStep

The axis will choose a step (or tick interval) in such a way that labels don't overlap.

Declaration

cs-api-definition
SmartStep = 1

Field Value

AxisSmartLabelsMode

SmartStepAndRange

The axis will choose a step and range in such a way that labels don't overlap.

Declaration

cs-api-definition
SmartStepAndRange = 2

Field Value

AxisSmartLabelsMode

In this article
DefinitionFieldsNoneSmartStepSmartStepAndRange
Not finding the help you need?
Contact Support