Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PieSeries Class / BottomBevels Property


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