Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BarSeries Class / BottomBevels Property


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