Enum
AxisLabelFitMode

Determines the label fit mode of the chart axis labels.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public enum AxisLabelFitMode

Fields

MultiLine

Arranges axis labels on multiple lines with each label on a different line than its neighbor labels.

Declaration

cs-api-definition
MultiLine = 1

Field Value

AxisLabelFitMode

None

Does not attempt to fit the axis labels.

Declaration

cs-api-definition
None = 0

Field Value

AxisLabelFitMode

Rotate

Arranges the axis labels so that they are rotated some degrees around their top left corner.

Declaration

cs-api-definition
Rotate = 2

Field Value

AxisLabelFitMode

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