Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BarSeries Class / TopBevels Property


In This Topic
    TopBevels Property (BarSeries)
    In This Topic
    Gets the collection of top bevels for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TopBevels As BevelCollection
    'Usage
     
    
    Dim instance As BarSeries
    Dim value As BevelCollection
     
    value = instance.TopBevels
    public BevelCollection TopBevels {get;}
    See Also