Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineDataSource Class / Values Property


In This Topic
    Values Property (SparklineDataSource)
    In This Topic
    Gets all numeric values from the data source of a sparkline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As Double()
    'Usage
     
    
    Dim instance As SparklineDataSource
    Dim value() As Double
     
    value = instance.Values
    public double[] Values {get;}
    See Also