WPF

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

    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.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public enum ChartLabelIntersectAction

    Fields

    Name Description
    Hide

    Labels are hidden to avoid intersection.

    MultipleRows

    Labels are wrapped into multiple rows to avoid intersection.

    None

    No special action is taken. Labels may intersect.

    Rotate

    Labels are rotated to avoid intersection.

    Wrap

    Labels are rotated to avoid intersection. LabelRotateAngle property doesn't make effect in this mode.

    See Also
    ChartAxis
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved