Search
Series.Values Property
See Also
 






Gets or sets the values of the series.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string Values { get; set; }

Visual Basic  Copy Code

Public Property Values As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 Remarks

This 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