FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HistogramBar Class / TopBevels Property


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