SpreadJS Documentation
GC.Spread.Sheets.Sparklines Namespace / SparklineGroup type / SparklineGroup Constructor
The type of sparkline.
The setting of the sparkline group.
In This Topic
    SparklineGroup Constructor
    In This Topic
    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