Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / HiLoLines Property


In This Topic
    HiLoLines Property
    In This Topic
    Gets an IHiLoLines object that represents the high-low lines for a series on a line chart.
    Syntax
    'Declaration
     
    ReadOnly Property HiLoLines As IHiLoLines
    'Usage
     
    Dim instance As IChartGroup
    Dim value As IHiLoLines
     
    value = instance.HiLoLines
    IHiLoLines HiLoLines {get;}
    Remarks
    Applies only to line charts.
    See Also