Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartAxisLabelsIntersectAction

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

    Inheritance
    System.Object
    SFChartAxisLabelsIntersectAction
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class SFChartAxisLabelsIntersectAction : Enum

    Fields

    Hide

    Labels are hidden to avoid intersection.

    Declaration
    public const SFChartAxisLabelsIntersectAction Hide
    Field Value
    Type Description
    SFChartAxisLabelsIntersectAction

    MultipleRows

    Labels are wrapped into multiple rows to avoid intersection.

    Declaration
    public const SFChartAxisLabelsIntersectAction MultipleRows
    Field Value
    Type Description
    SFChartAxisLabelsIntersectAction

    None

    No special action is taken. Labels may intersect.

    Declaration
    public const SFChartAxisLabelsIntersectAction None
    Field Value
    Type Description
    SFChartAxisLabelsIntersectAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Wrap

    Labels are wrapped to next line to avoid intersection.

    Declaration
    public const SFChartAxisLabelsIntersectAction Wrap
    Field Value
    Type Description
    SFChartAxisLabelsIntersectAction

    See Also

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