Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HighLowBarSeries Class / BarShape Property


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