Enum ChartAxisGroupingLabelTextFitMode
Specifies the options for rendering the text in the ChartAxisGroupingLabel.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartAxisGroupingLabelTextFitMode
Fields
Name | Description |
---|---|
None | No action will be taken. |
Shrink | The long text will be shrunk to fit the available space. |
Wrap | The long text will be wrapped if cannot be fit within a single line. |
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. |