Skip to main content
All docs
V26.1
  • BoxAndWhiskerDataLabelPosition Enum

    Lists values that specify where box-and-whisker chart data labels are displayed.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public enum BoxAndWhiskerDataLabelPosition

    Members

    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.

    Related API Members

    The following properties accept/return BoxAndWhiskerDataLabelPosition values:

    Remarks

    For additional information about data labels, refer to the following help topic: Data Labels.

    See Also