Page tree
Skip to end of metadata
Go to start of metadata

Description

A SeriesDataLabel represents the appearance of series labels.

C#
vb.net

Remarks

To return a SeriesDataLabel object, use Series.DataLabels or DataPoint.Label.

Icon

See ChartText for important information on which properties and methods support series data labels.

Properties

Name

Description

ContainsBubbleSize

Sets or returns whether the data label will contain the bubble size. This will only be displayed in bubble charts.

ContainsCategoryName

Sets or returns whether series data labels will contain the category name (x value).

ContainsSeriesName

Sets or returns whether the data labels will contain the series name.

ContainsValue

Sets or returns whether the data label will contain the actual (y) value for the data point.

ContainsValueAsPercentage

Sets or returns whether the data label will contain the (y) value for the data point as a percentage. Only doughnut and pie charts can dispay values as percentages.

DataLabelPlacement

Sets or returns where the data label should be placed relative to its data point

LabelItemSeperator

Sets or returns the string separating the different elements in the data label.

ShowLegendKey

Sets or returns whether the data label will contain the legend key for the series.
  • No labels