Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / BottomBevels Property


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