Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BoxWhiskerSeries Class / Values Property


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