Skip to main content
All docs
V26.1
  • CategoryAxis.LabelAlignment Property

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public AxisLabelAlignmentType LabelAlignment { get; set; }

    Property Value

    Type
    AxisLabelAlignmentType

    Available values:

    Name Description
    Center

    Labels are centered.

    Left

    Labels are left aligned.

    Right

    Labels are right aligned.

    See Also