WinUI

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

    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 Description
    EdgeLabelsVisibilityMode

    Default

    Indicates the default behavior of the axis.

    Declaration
    public const EdgeLabelsVisibilityMode Default
    Field Value
    Type Description
    EdgeLabelsVisibilityMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Visible

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

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