FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / BottomBevel Property


In This Topic
BottomBevel Property (HighLowBarSeries)
In This Topic
Gets or sets the bottom bevel.
Syntax
'Declaration
 
Public Property BottomBevel As Bevel
 
'Usage
 
Dim instance As HighLowBarSeries
Dim value As Bevel
 
instance.BottomBevel = value
 
value = instance.BottomBevel
See Also