Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / Values Property


In This Topic
    Values Property
    In This Topic
    Gets or sets a System.Double array that represents a collection of all the values in the series.
    Syntax
    'Declaration
     
    Property Values As Double()
    'Usage
     
    Dim instance As ISeries
    Dim value() As Double
     
    instance.Values = value
     
    value = instance.Values
    double[] Values {get; set;}
    See Also