Class AxisLabelFitMode
Determines the label fit mode of the chart axis labels.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisLabelFitMode : Enum
Fields
MultiLine
Arranges axis labels on multiple lines with each label on a different line than its neighbor labels.
Declaration
public const AxisLabelFitMode MultiLine
Field Value
AxisLabelFitMode
|
None
Does not attempt to fit the axis labels.
Declaration
public const AxisLabelFitMode None
Field Value
AxisLabelFitMode
|
Rotate
Arranges the axis labels so that they are rotated some degrees around their top left corner.
Declaration
public const AxisLabelFitMode Rotate
Field Value
AxisLabelFitMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|