Link Search Menu Expand Document

Series Constructor (Range, Range)

Initializes a new instance of the Series class.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public Series(
	Range values,
	Range xvalues
)

Parameters

values
Type: Bytescout.SpreadsheetRange
The values.
xvalues
Type: Bytescout.SpreadsheetRange
The x values.
See Also

Reference