FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAreaSeries Class / YValues Property


In This Topic
YValues Property (PolarAreaSeries)
In This Topic
Gets the collection of y values for the series.
Syntax
'Declaration
 
Public ReadOnly Property YValues As DoubleCollection
 
'Usage
 
Dim instance As PolarAreaSeries
Dim value As DoubleCollection
 
value = instance.YValues
See Also