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


In This Topic
    ShowHiLoLines Property
    In This Topic
    Gets or sets a value indicating whether the line chart has high-low lines.
    Syntax
    'Declaration
     
    Property ShowHiLoLines As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowHiLoLines = value
     
    value = instance.ShowHiLoLines
    bool ShowHiLoLines {get; set;}
    Remarks
    Applies only to line charts.
    See Also