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


In This Topic
BarShape Property (HistogramBar)
In This Topic
Gets or sets the shape of bars.
Syntax
'Declaration
 
Public Property BarShape As BarShape
 
'Usage
 
Dim instance As HistogramBar
Dim value As BarShape
 
instance.BarShape = value
 
value = instance.BarShape
See Also