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

    Gets or sets horizontal alignment for axis labels.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public AxisLabelAlignmentType LabelAlignment { get; set; }

    Property Value

    Type Description
    AxisLabelAlignmentType

    An AxisLabelAlignmentType value. Default is Center.

    Available values:

    Name Description
    Center

    Labels are centered.

    Left

    Labels are left aligned.

    Right

    Labels are right aligned.

    See Also