menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAnnotationAlignment - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartAnnotationAlignment

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

    Inheritance
    System.Object
    ChartAnnotationAlignment
    Namespace: Syncfusion.SfChart.XForms
    Assembly: Syncfusion.SfChart.XForms.dll
    Syntax
    public sealed class ChartAnnotationAlignment : Enum

    Fields

    Center

    Label will be placed at center.

    Declaration
    public const ChartAnnotationAlignment Center
    Field Value
    Type
    ChartAnnotationAlignment

    End

    Label will be placed at end.

    Declaration
    public const ChartAnnotationAlignment End
    Field Value
    Type
    ChartAnnotationAlignment

    Start

    Label will be placed at start.

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