Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SFChartAxisEdgeLabelsVisibilityMode

    Used to define the edge labels visibility mode of the axis.

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

    Fields

    AlwaysVisible

    Indicates that edge label is set as always visible.

    Declaration
    public const SFChartAxisEdgeLabelsVisibilityMode AlwaysVisible
    Field Value
    Type Description
    SFChartAxisEdgeLabelsVisibilityMode

    Default

    Indicates that edge label is set as default.

    Declaration
    public const SFChartAxisEdgeLabelsVisibilityMode Default
    Field Value
    Type Description
    SFChartAxisEdgeLabelsVisibilityMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Visible

    Indicates that edge label is set as visible.

    Declaration
    public const SFChartAxisEdgeLabelsVisibilityMode Visible
    Field Value
    Type Description
    SFChartAxisEdgeLabelsVisibilityMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved