SpreadJS Documentation
useAnimation Method
GC.Spread.Sheets.Charts Namespace > Chart type : useAnimation Method
whether apply animation to the chart.
Gets or sets whether apply animation to the chart.
Syntax
var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
var returnValue; // Type: any
returnValue = instance.useAnimation(value);
function useAnimation( 
   value : boolean
) : any;

Parameters

value
whether apply animation to the chart.

Return Value

If no value is set, returns whether apply animation to the chart; otherwise, returns the chart.
See Also

Reference

Chart type