SpreadJS Documentation
Sparkline Method
GC.Spread.Sheets Namespace > Sparklines type : Sparkline Method
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 value; // Type: any
value = 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
) : any;

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

Sparklines type