SpreadsheetGear 2023
DropLines Property (IChartGroup)


SpreadsheetGear.Charts Namespace > IChartGroup Interface : DropLines Property
Returns an instance of IDropLines which represents the drop lines on a line or area chart, or null if HasDropLines is false.
Syntax
'Declaration
 
ReadOnly Property DropLines As IDropLines
'Usage
 
Dim instance As IChartGroup
Dim value As IDropLines
 
value = instance.DropLines
IDropLines DropLines {get;}
Remarks
The HasDropLines property must be set to true to access an instance of IDropLines.
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

IChartGroup Interface
IChartGroup Members
HasDropLines Property