Class AxisLabelFitMode
Determines the label fit mode of the chart axis labels.
Inheritance
System.Object
AxisLabelFitMode
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.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
None
Does not attempt to fit the axis labels.
Declaration
public const AxisLabelFitMode None
Field Value
Rotate
Arranges the axis labels so that they are rotated some degrees around their top left corner.
Declaration
public const AxisLabelFitMode Rotate
Field Value
value__
Declaration
public int value__
Field Value
System.
|