SpreadsheetGear 2023
LeaderLines Property (ISeries)


SpreadsheetGear.Charts Namespace > ISeries Interface : LeaderLines Property
Returns an instance of ILeaderLines which represents the leader lines of this series, or null if HasLeaderLines is false.
Syntax
'Declaration
 
ReadOnly Property LeaderLines As ILeaderLines
'Usage
 
Dim instance As ISeries
Dim value As ILeaderLines
 
value = instance.LeaderLines
ILeaderLines LeaderLines {get;}
Remarks
The ISeries.HasLeaderLines property must be set to true to access an instance of ILeaderLines.
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
HasLeaderLines Property