Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / WaterfallSeries Class / TotalBorder Property


In This Topic
    TotalBorder Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TotalBorder As Line
    'Usage
     
    
    Dim instance As WaterfallSeries
    Dim value As Line
     
    instance.TotalBorder = value
     
    value = instance.TotalBorder
    public Line TotalBorder {get; set;}
    See Also