menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ChartAxisGroupingLabelTextFitMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved