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

    Stores series data labels and their settings.
    Name Description
    Count Returns the number of items in the collection.
    Hidden Gets or sets whether to hide the data label. Inherited from DataLabelBase.
    Item[Int32] Gets or sets the data label for the data point at the specified index.
    Keys Returns collection keys.
    LeaderLineProperties Gets or sets appearance properties of connector lines.
    NumberFormat Gets or sets number format settings for data label values. Inherited from DataLabelBase.
    Properties Gets or sets appearance settings for the data label. Inherited from DataLabelBase.
    Separator Gets or sets a separator between displayed label parts. Inherited from DataLabelBase.
    ShowCategoryName Gets or sets whether to display the point category name. Inherited from DataLabelBase.
    ShowDataLabelRange Gets or sets whether to display data from a cell range in the data label. Inherited from DataLabelBase.
    ShowLeaderLines Gets or sets whether to display connector lines between data labels and their points.
    ShowLegendKey Gets or sets whether to display the legend key. Inherited from DataLabelBase.
    ShowSeriesText Gets or sets whether to display the series name in the data label. Inherited from DataLabelBase.
    ShowValue Gets or sets whether the point value is displayed in the data label. Inherited from DataLabelBase.
    TextProperties Gets or sets text formatting properties for the data label. Inherited from DataLabelBase.
    Values Returns collection values.
    See Also