Class ChartAxisGroupingLabelTextFitMode
Specifies the options for rendering the text in the ChartAxisGroupingLabel.
Inheritance
System.Object
ChartAxisGroupingLabelTextFitMode
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartAxisGroupingLabelTextFitMode : Enum
Fields
None
No action will be taken.
Declaration
public const ChartAxisGroupingLabelTextFitMode None
Field Value
| Type |
|---|
| ChartAxisGroupingLabelTextFitMode |
Shrink
The long text will be shrunk to fit the available space.
Declaration
public const ChartAxisGroupingLabelTextFitMode Shrink
Field Value
| Type |
|---|
| ChartAxisGroupingLabelTextFitMode |
Wrap
The long text will be wrapped if cannot be fit within a single line.
Declaration
public const ChartAxisGroupingLabelTextFitMode Wrap
Field Value
| Type |
|---|
| ChartAxisGroupingLabelTextFitMode |
WrapAndShrink
The long text will be wrapped if cannot be fit within a single line and then the text will be shrunk if it is not fit in available space.
Declaration
public const ChartAxisGroupingLabelTextFitMode WrapAndShrink
Field Value
| Type |
|---|
| ChartAxisGroupingLabelTextFitMode |