Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HistogramSeries Class / Bar Property


In This Topic
Bar Property
In This Topic
Gets the bar object of the histogram series.
Syntax
'Declaration
 
Public ReadOnly Property Bar As HistogramBar
 
'Usage
 
Dim instance As HistogramSeries
Dim value As HistogramBar
 
value = instance.Bar
See Also