Spread.Services Documentation
Values Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
GrapeCity.Documents.Spread.Drawing Namespace
>
ISeries Interface
: Values Property
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
C#
System.Nullable<
double
>[] Values {
get
;
set
;}
See Also
Reference
ISeries Interface
ISeries Members