SpreadsheetGear 2017
HiLoLines Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : HiLoLines Property
Returns an instance of IHiLoLines which represents the high-low lines on a line chart, or null if HasHiLoLines is false.
Syntax
'Declaration
 
ReadOnly Property HiLoLines As IHiLoLines
'Usage
 
Dim instance As IChartGroup
Dim value As IHiLoLines
 
value = instance.HiLoLines
IHiLoLines HiLoLines {get;}
read-only property HiLoLines: IHiLoLines; 
function get HiLoLines : IHiLoLines
__property IHiLoLines* get_HiLoLines();
property IHiLoLines^ HiLoLines {
   IHiLoLines^ get();
}
Remarks
The HasHiLoLines property must be set to true to access an instance of IHiLoLines.
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
HasHiLoLines Property