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

    Gets or sets the position of this data label.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public BoxAndWhiskerDataLabelPosition LabelPosition { get; set; }

    Property Value

    Type Description
    BoxAndWhiskerDataLabelPosition

    A BoxAndWhiskerDataLabelPosition value that specifies where to display the data label.

    Available values:

    Name Description
    Left

    Displays the data label to the left of the corresponding box-and-whisker point element.

    Top

    Displays the data label above the corresponding box-and-whisker point element.

    Right

    Displays the data label to the right of the corresponding box-and-whisker point element.

    Bottom

    Displays the data label below the corresponding box-and-whisker point element.

    Default

    Uses the default data label position defined by the chart.

    See Also