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


In This Topic
    UpBars Property
    In This Topic
    Gets an IUpDownBars object that represents the up bars on a line chart.
    Syntax
    'Declaration
     
    ReadOnly Property UpBars As IUpDownBars
    'Usage
     
    Dim instance As IChartGroup
    Dim value As IUpDownBars
     
    value = instance.UpBars
    IUpDownBars UpBars {get;}
    Remarks
    Applies only to line charts.
    See Also