SpreadJS Documentation
group Method
The sparkline group.
Gets or sets the sparkline group.
Syntax
var instance = new GcSpread.Sheets.Sparkline(row, column, dataReference, dataOrientation, type, setting);
var returnValue; // Type: SparklineGroup
returnValue = instance.group(value);
function group( 
   value : SparklineGroup
) : SparklineGroup;

Parameters

value
The sparkline group.

Return Value

The sparkline group.
See Also

Reference

Sparkline class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.