alexa
menu

WPF

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

    Show / Hide Table of Contents

    Enum AxisLabelsIntersectAction

    Specifies the action applied when axis labels intersect, preserving readability and consistent visual presentation.

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

    Fields

    Name Description
    Auto

    Automatically rotates labels to reduce overlap and avoid visual intersection during rendering

    Hide

    Hides labels automatically to prevent overlap and visual intersection when available space is limited

    MultipleRows

    Wraps labels into multiple rows to reduce overlap and improve readability when intersections occur

    None

    No special action is applied, and labels are allowed to intersect without any adjustment or handling.

    Wrap

    Wraps labels onto the next line to prevent overlap and maintain clarity during rendering.

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