Skip to main content
All docs
V26.1
  • BarDataLabels.LabelPosition Property

    Gets or sets the label position for all points in the series.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public BarDataLabelPosition LabelPosition { get; set; }

    Property Value

    Type Description
    BarDataLabelPosition

    A value that specifies where labels are displayed.

    Available values:

    Name Description
    Center

    Displays the label in the center of the bar.

    InsideBase

    Displays the label inside the bar at the base value.

    InsideEnd

    Displays the label inside the bar at the end value.

    OutsideEnd

    Displays the label outside the bar at the end value.

    Default

    Uses the default label position for the current chart type.

    See Also