SpreadsheetGear 2023
DataLabel Property (IPoint)


SpreadsheetGear.Charts Namespace > IPoint Interface : DataLabel Property
Returns an instance of IDataLabel which represents the data label of this data point, or null if HasDataLabel is false.
Syntax
'Declaration
 
ReadOnly Property DataLabel As IDataLabel
'Usage
 
Dim instance As IPoint
Dim value As IDataLabel
 
value = instance.DataLabel
IDataLabel DataLabel {get;}
Remarks
The IPoint.HasDataLabel property must be set to true to access an instance of IDataLabel.
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

IPoint Interface
IPoint Members
HasDataLabel Property