Enum AxisLabelFitMode
Determines the label fit mode of the chart axis labels.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public enum AxisLabelFitMode
MultiLine
Arranges axis labels on multiple lines with each label on a different line than its neighbor labels.
None
Does not attempt to fit the axis labels.
Rotate
Arranges the axis labels so that they are rotated some degrees around their top left corner.