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

Parameters

value
The date axis orientation.

Return Value

The date axis orientation.
See Also

Reference

SparklineGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.