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

Parameters

value
The sparkline setting.

Return Value

The sparkline setting.
See Also

Reference

Sparkline class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.