Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPointSeries Class / YValues Property


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