Spread.Sheets Documentation
SparklineGroup Constructor
GC.Spread.Sheets.Sparklines Namespace > SparklineGroup type : SparklineGroup Constructor
The type of sparkline.
The setting of the sparkline group.
Represents a sparkline group.
Syntax
var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting);
function SparklineGroup( 
   type : SparklineType,
   setting : SparklineSetting
) : SparklineGroup;

Parameters

type
The type of sparkline.
setting
The setting of the sparkline group.
See Also

Reference

SparklineGroup type