Message-ID: <1460089400.8347.1711642914566.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8346_1610028800.1711642914566" ------=_Part_8346_1610028800.1711642914566 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html SeriesDataLabel

SeriesDataLabel

Description

=20

A SeriesDataLabel represent= s the appearance of series labels.

=20
C#
=20
 public sealed class SeriesDataLabel : ChartText
=20
=20
vb.net
=20
Public NotInheritable Class SeriesDataLabel
=09=09Inherits ChartText
=20
=20

Remarks

=20

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

= =20
=20 Icon=20
=20

See ChartText fo= r important information on which properties and methods support series data= labels.

=20
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

ContainsBubbleSize

Sets or returns whether the data label will cont= ain 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 con= tain the series name.

ContainsValue

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

ContainsValueAsPercentage

Sets or returns whether the data label will cont= ain 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 p= laced relative to its data point

LabelItemSeperator

Sets or returns the string separating the differ= ent elements in the data label.

ShowLegendKey

Sets or returns whether the data label will cont= ain the legend key for the series.
------=_Part_8346_1610028800.1711642914566--