Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYLineSeries Class / YValues Property


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