ChartGroup.HiLoLines Property

Returns a HiLoLines object that represents the high-low lines for a series on a line chart. Applies only to line charts.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property HiLoLines As HiLoLines
    Get
'Usage
Dim instance As ChartGroup
Dim value As HiLoLines

value = instance.HiLoLines
HiLoLines HiLoLines { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.HiLoLines

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.Excel Namespace