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

Parameters

value
The sparkline type.

Return Value

The sparkline type.
See Also

Reference

Sparkline class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.