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

DataPoint.Label

Description

Returns the=20 SeriesDataLabel object for the= data point.=20
C#
=20
public SeriesDataLabel Label{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Label() As SeriesDataLa=
bel
=20
=20

Remarks

=20

The SeriesData= Label returned from this behaves like the label returned from Series.DataLabels = except that it reflects the label for an individual point, and not for the = entire series. This results in a few marked differences in behavior.

Once this label is accessed, it will no longer be linked to the Series.DataLabels,= meaning that any changes to the series data label will no longer alter thi= s individual point's data label. The exception to this is the font properti= es. When the font properties on the series data labels are altered, the cha= nges will propagate to the individual data point labels regardless of wheth= er they're already instantiated or not.

------=_Part_10486_1422305343.1711726067433--