Search
Series.setValues Method
See Also
 






Sets the values of the series.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public void setValues (
    String value
)

 Parameters

value

 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