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

Parameters

value
The sparkline group.

Return Value

If no value is set, returns the sparkline group; otherwise, returns the sparkline.
See Also

Reference

Sparkline class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.