Description
A SeriesDataLabel represents the appearance of series labels.
C#
vb.net
Remarks
To return a SeriesDataLabel
object, use Series.DataLabels or DataPoint.Label.
Properties
Name |
Description |
---|---|
Sets or returns whether the data label will contain the bubble size. This will only be displayed in bubble charts. | |
Sets or returns whether series data labels will contain the category name (x value). | |
Sets or returns whether the data labels will contain the series name. | |
Sets or returns whether the data label will contain the actual (y) value for the data point. | |
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. | |
Sets or returns where the data label should be placed relative to its data point | |
Sets or returns the string separating the different elements in the data label. | |
Sets or returns whether the data label will contain the legend key for the series. |