Version

SeriesDataLabels Class

Defines the properties for all data labels displayed for this Series.
Syntax
'Declaration
 
Public Class SeriesDataLabels 
   Inherits DataLabel
public class SeriesDataLabels : DataLabel 
Remarks

This property provides a way to set properties on multiple data labels.

Use the DataLabel property to customize an individual data label.

The property values of the DataLabel class take precedence over the properties of this class.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also