WinUI

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

    Show / Hide Table of Contents

    Class AxisLabelsIntersectAction

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

    Inheritance
    System.Object
    AxisLabelsIntersectAction
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public sealed class AxisLabelsIntersectAction : Enum

    Fields

    Auto

    Labels are rotated to avoid intersection.

    Declaration
    public const AxisLabelsIntersectAction Auto
    Field Value
    Type Description
    AxisLabelsIntersectAction

    Hide

    Labels are hidden to avoid intersection.

    Declaration
    public const AxisLabelsIntersectAction Hide
    Field Value
    Type Description
    AxisLabelsIntersectAction

    MultipleRows

    Labels are wrapped into multiple rows to avoid intersection.

    Declaration
    public const AxisLabelsIntersectAction MultipleRows
    Field Value
    Type Description
    AxisLabelsIntersectAction

    None

    No special action is taken. Labels may intersect.

    Declaration
    public const AxisLabelsIntersectAction None
    Field Value
    Type Description
    AxisLabelsIntersectAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Labels are wrapped into next line to avoid intersection.

    Declaration
    public const AxisLabelsIntersectAction Wrap
    Field Value
    Type Description
    AxisLabelsIntersectAction

    See Also

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