SpreadsheetGear 2023
DataLabels Property (ISeries)


SpreadsheetGear.Charts Namespace > ISeries Interface : DataLabels Property
Returns an instance of IDataLabels which represents all of the data labels of this series, or null if HasDataLabels is false.
Syntax
'Declaration
 
ReadOnly Property DataLabels As IDataLabels
'Usage
 
Dim instance As ISeries
Dim value As IDataLabels
 
value = instance.DataLabels
IDataLabels DataLabels {get;}
Remarks
The ISeries.HasDataLabels property must be set to true to access an instance of IDataLabels.
Requirements

Target Platforms: Windows 7, 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

Reference

ISeries Interface
ISeries Members
HasDataLabels Property