SpreadJS Documentation
GC.Spread.Sheets.Sparklines Namespace / SparklineGroup type / dateAxisData Method
The date axis data.
In This Topic
    dateAxisData Method
    In This Topic
    Represents the date axis data.
    Syntax
    var instance = new GC.Spread.Sheets.Sparklines.SparklineGroup(type, setting);
    var returnValue; // Type: any
    returnValue = instance.dateAxisData(value);
    function dateAxisData( 
       value : Range
    ) : any;

    Parameters

    value
    The date axis data.

    Return Value

    If no value is set, returns the date axis data; otherwise, returns undefined.
    See Also