SpreadJS Documentation
Sparkline Constructor
GC.Spread.Sheets.Sparklines Namespace > Sparkline class : Sparkline Constructor
The row index.
The column index.
The data range to which the sparkline refers.
The orientation of the data range.
The type of sparkline.
The setting of the sparkline.
Represents a Sparkline class.
Syntax
var instance = new GC.Spread.Sheets.Sparklines.Sparkline(row, column, dataReference, dataOrientation, type, setting);
function Sparkline( 
   row : number,
   column : number,
   dataReference : Range,
   dataOrientation : DataOrientation,
   type : SparklineType,
   setting : SparklineSetting
) : Sparkline;

Parameters

row
The row index.
column
The column index.
dataReference
The data range to which the sparkline refers.
dataOrientation
The orientation of the data range.
type
The type of sparkline.
setting
The setting of the sparkline.
See Also

Reference

Sparkline class