WPF

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

    Show / Hide Table of Contents

    Enum AxisLabelsIntersectAction

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

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum AxisLabelsIntersectAction

    Fields

    Name Description
    Auto

    Labels are rotated to avoid intersection.

    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.

    Wrap

    Labels are wrapped to next line to aviod intersection.

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