WinUI

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

    Show / Hide Table of Contents

    Class LabelAlignment

    Represents label placement in Axis.

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

    Fields

    Center

    Label placed center to the axis tick.

    Declaration
    public const LabelAlignment Center
    Field Value
    Type Description
    LabelAlignment

    Far

    Label placed Far to the axis tick.

    Declaration
    public const LabelAlignment Far
    Field Value
    Type Description
    LabelAlignment

    Near

    Label placed Near to the axis tick.

    Declaration
    public const LabelAlignment Near
    Field Value
    Type Description
    LabelAlignment

    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