menu

WinUI

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

    Show / Hide Table of Contents

    Class EdgeLabelsVisibilityMode

    Represents the visibility for the edge labels in the ChartAxis.

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

    Fields

    AlwaysVisible

    Indicates that the edge labels should be visible for all cases.

    Declaration
    public const EdgeLabelsVisibilityMode AlwaysVisible
    Field Value
    Type
    EdgeLabelsVisibilityMode

    Default

    Indicates the default behavior of the axis.

    Declaration
    public const EdgeLabelsVisibilityMode Default
    Field Value
    Type
    EdgeLabelsVisibilityMode

    Visible

    Indicates that the edge labels should be visible in non-zoom mode.

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