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


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