Skip to main content
All docs
V26.1
  • BoxAndWhiskerDataLabels Properties

    Specifies data label settings for box-and-whisker series points.
    Name Description
    Count Returns the number of point-specific extended data labels in the collection. Inherited from DataLabelsEx.
    Item[Int32] Gets or sets a data label for the series point at the specified index.
    Keys Returns collection keys. Inherited from DataLabelsEx.
    LabelPosition Gets or sets the position of data labels in the series.
    NumberFormat Gets or sets number format settings for data label values. Inherited from DataLabelExBase.
    Properties Gets or sets appearance properties for the extended series data label. Inherited from DataLabelExBase.
    Separator Gets or sets a separator between displayed label text parts. Inherited from DataLabelExBase.
    ShowCategoryName Gets or sets whether to display the point category name (argument). Inherited from DataLabelExBase.
    ShowSeriesText Specifies whether to display the series name in data labels. Inherited from DataLabelExBase.
    ShowValue Gets or sets whether to display the point value in the label. Inherited from DataLabelExBase.
    TextProperties Gets or sets text formatting properties. Inherited from DataLabelExBase.
    Values Returns collection values. Inherited from DataLabelsEx.
    See Also