alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartAxisGroupingLabelTextAlignment

    Specifies the alignment options available for rendering the text within a grouping label.

    Inheritance
    System.Object
    ChartAxisGroupingLabelTextAlignment
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartAxisGroupingLabelTextAlignment : Enum

    Fields

    Bottom

    Aligns the text horizontally at the center and vertically at the bottom.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment Bottom
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    BottomLeft

    Aligns the text horizontally at the left and vertically at the bottom.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment BottomLeft
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    BottomRight

    Aligns the text horizontally at the right and vertically at the bottom.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment BottomRight
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    Center

    Centers both vertically and horizontally.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment Center
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    Left

    Aligns the text horizontally at the left and vertically at the center.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment Left
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    Right

    Aligns the text horizontally at the right and vertically at the center.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment Right
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    Top

    Aligns the text horizontally at the center and vertically at the top.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment Top
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    TopLeft

    Aligns the text horizontally at the left and vertically at the top.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment TopLeft
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment

    TopRight

    Aligns the text horizontally at the right and vertically at the top.

    Declaration
    public const ChartAxisGroupingLabelTextAlignment TopRight
    Field Value
    Type
    ChartAxisGroupingLabelTextAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved