Spread for ASP.NET 12 Product Documentation
YValues Property (XYPointSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYPointSeries Class : YValues Property
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
public DoubleCollection YValues {get;}
See Also

Reference

XYPointSeries Class
XYPointSeries Members