alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartLabelIntersectionActionEffect

    Specifies the options to control what happens if chart labels intersect each other due to lack of space. It is used in conjunction with ChartLabelIntersectAction.

    Inheritance
    System.Object
    ChartLabelIntersectionActionEffect
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartLabelIntersectionActionEffect : Enum

    Fields

    All

    ChartLabelIntersectAction related changes affect all label text.

    Declaration
    public const ChartLabelIntersectionActionEffect All
    Field Value
    Type
    ChartLabelIntersectionActionEffect

    Specific

    ChartLabelIntersectAction related changes affect only specific labels that may need to be changed.

    Declaration
    public const ChartLabelIntersectionActionEffect Specific
    Field Value
    Type
    ChartLabelIntersectionActionEffect
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved