WinUI

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

    Show / Hide Table of Contents

    Class EdgeLabelsDrawingMode

    Represents the modes for placing the edge labels in the ChartAxis.

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

    Fields

    Center

    Indicates the edge labels should appear at the center of its GridLines.

    Declaration
    public const EdgeLabelsDrawingMode Center
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Fit

    Indicates that the edge labels must fit within the chart area. 

    Declaration
    public const EdgeLabelsDrawingMode Fit
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Hide

    Indicates the edge labels will be hidden.

    Declaration
    public const EdgeLabelsDrawingMode Hide
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Shift

    Indicates the edge labels should be shifted to either the left or right.

    Declaration
    public const EdgeLabelsDrawingMode Shift
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved