FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ParetoSeries Class / Bar Property


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