Class EdgeLabelsDrawingMode - WinUI API Reference | Syncfusion ChartAxis. ">

    Show / Hide Table of Contents

    Class EdgeLabelsDrawingMode

    Represents the modes for placing edge labels in ChartAxis.

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

    Fields

    Center

    Value indicating that the edge label should appear at the center of its GridLines.

    Declaration
    public const EdgeLabelsDrawingMode Center
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Fit

    Value indicating that the edge labels should be fit within the area of ChartBase.

    Declaration
    public const EdgeLabelsDrawingMode Fit
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Hide

    Value indicating that the edge labels will be hidden.

    Declaration
    public const EdgeLabelsDrawingMode Hide
    Field Value
    Type Description
    EdgeLabelsDrawingMode

    Shift

    Value indicating that edge labels should be shifted to either left or right so that it comes within the area of Chart.

    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 - 2022 Syncfusion Inc. All Rights Reserved