alexa
menu

    Show / Hide Table of Contents

    Class AxisLabelsIntersectAction

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

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

    Fields

    Auto

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

    Declaration
    public const AxisLabelsIntersectAction Auto
    Field Value
    Type
    AxisLabelsIntersectAction

    Hide

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

    Declaration
    public const AxisLabelsIntersectAction Hide
    Field Value
    Type
    AxisLabelsIntersectAction

    MultipleRows

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

    Declaration
    public const AxisLabelsIntersectAction MultipleRows
    Field Value
    Type
    AxisLabelsIntersectAction

    None

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

    Declaration
    public const AxisLabelsIntersectAction None
    Field Value
    Type
    AxisLabelsIntersectAction

    Wrap

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

    Declaration
    public const AxisLabelsIntersectAction Wrap
    Field Value
    Type
    AxisLabelsIntersectAction

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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