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


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