Gets or sets the values of the series.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string Values { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Values As String |
A string value. The default is null (Nothing in Visual Basic).
RemarksThis property can be an expression that evaluates to a range of cells or a matrix, or a name of a range of cells.
See Also