Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ISeries Interface / Values Property
In This Topic
    Values Property
    In This Topic
    Gets or sets a collection of all the values in the series. This can come from a range on a worksheet or an array of constant values, but not a combination of both.
    Syntax
    System.Nullable<double>[] Values {get; set;}
    See Also