menu

WinForms

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

    Show / Hide Table of Contents

    Enum ChartLabelIntersectAction

    Specifies the options for the action that is to be taken when labels intersect each other.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartLabelIntersectAction

    Fields

    Name Description
    MultipleRows

    When labels would intersect each other, they are wrapped into multiple rows to avoid intersection.

    None

    No special action is taken. Labels may intersect.

    Rotate

    When labels would intersect each other, they are rotated to avoid intersection.

    Wrap

    When labels would intersect each other, they are wrapped to avoid intersection.

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