menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EdgeLabelsVisibilityMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EdgeLabelsVisibilityMode

    Defines the edge labels visibility modes such as Default, Visible, and AlwaysVisible to control its visibility in a chart axis.

    Inheritance
    System.Object
    EdgeLabelsVisibilityMode
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class EdgeLabelsVisibilityMode : Enum

    Fields

    AlwaysVisible

    Indicates that edge label is set as always Visible.

    Declaration
    public const EdgeLabelsVisibilityMode AlwaysVisible
    Field Value
    Type
    EdgeLabelsVisibilityMode

    Default

    Indicates that edge label is set as default.

    Declaration
    public const EdgeLabelsVisibilityMode Default
    Field Value
    Type
    EdgeLabelsVisibilityMode

    Visible

    Indicates that edge label is set as Visible.

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