Series Constructor (Range, Range, Range)Bytescout Spreadsheet SDK
Initializes a new instance of the Series class.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public Series(
	Range values,
	Range xvalues,
	Range bubbleSizes
)

Parameters

values
Type: Bytescout.SpreadsheetRange
The values range.
xvalues
Type: Bytescout.SpreadsheetRange
The x values range.
bubbleSizes
Type: Bytescout.SpreadsheetRange
The bubble sizes range.
See Also

Reference