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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

A SeriesDataLabel represents the appearance of series labels.

C#
vb.net

Remarks

To returns a SeriesDataLabel object, use Series.DataLabels.

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