Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / YValues Property


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