menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class ChartAlignment

    Represents annotation label placement options in the chart. The annotation label can be aligned vertically or horizontally.

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

    Fields

    Center

    Label will be placed at the center.

    Declaration
    public const ChartAlignment Center
    Field Value
    Type
    ChartAlignment

    End

    Label will be placed at the end.

    Declaration
    public const ChartAlignment End
    Field Value
    Type
    ChartAlignment

    Start

    Label will be placed at the start.

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