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

    Parameters

    value
    The date axis orientation.

    Return Value

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