AxisLabelFitMode
Enum
Determines the label fit mode of the chart axis labels.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public enum AxisLabelFitMode
Fields
Arranges axis labels on multiple lines with each label on a different line than its neighbor labels.
C#
MultiLine = 1
Does not attempt to fit the axis labels.
C#
None = 0
Arranges the axis labels so that they are rotated some degrees around their top left corner.
C#
Rotate = 2