menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class EdgeLabelsDrawingMode - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EdgeLabelsDrawingMode

    Determines the edge labels position in the ChartAxis.

    Inheritance
    System.Object
    EdgeLabelsDrawingMode
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class EdgeLabelsDrawingMode : Enum

    Fields

    Center

    Indicates the edge labels should appear at the center of its grid lines.

    Declaration
    public const EdgeLabelsDrawingMode Center
    Field Value
    Type
    EdgeLabelsDrawingMode

    Fit

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

    Declaration
    public const EdgeLabelsDrawingMode Fit
    Field Value
    Type
    EdgeLabelsDrawingMode

    Hide

    Indicates the edge labels will be hidden.

    Declaration
    public const EdgeLabelsDrawingMode Hide
    Field Value
    Type
    EdgeLabelsDrawingMode

    Shift

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

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