'Declaration Public Overridable Property DataLabels As DataLabels
'Usage Dim instance As CommonSeries Dim value As DataLabels instance.DataLabels = value value = instance.DataLabels
public virtual DataLabels DataLabels {get; set;}
'Declaration Public Overridable Property DataLabels As DataLabels
'Usage Dim instance As CommonSeries Dim value As DataLabels instance.DataLabels = value value = instance.DataLabels
public virtual DataLabels DataLabels {get; set;}
This property provides access to a DataLabels object that defines how values are displayed on the Chart; it allows, for example, to show the names of categories or Series, display values, percentages or even custom labels.
Note that setting the property will replace any existing <c:dLbls> element in the Series' XML.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2