SpreadJS Documentation
dateAxisData Method
The date axis data.
Represents the date axis data.
Syntax
var instance = new GcSpread.Sheets.SparklineGroup(type, setting);
var returnValue; // Type: Range
returnValue = instance.dateAxisData(value);
function dateAxisData( 
   value : Range
) : Range;

Parameters

value
The date axis data.

Return Value

The date axis data.
See Also

Reference

SparklineGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.