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


In This Topic
    BottomBevel Property (BarSeries)
    In This Topic
    Gets or sets the bottom bevel.
    Syntax
    'Declaration
     
    
    Public Property BottomBevel As Bevel
    'Usage
     
    
    Dim instance As BarSeries
    Dim value As Bevel
     
    instance.BottomBevel = value
     
    value = instance.BottomBevel
    public Bevel BottomBevel {get; set;}
    See Also