Spread.Sheets Documentation
dateAxisData Method
The date axis data.
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

Reference

SparklineGroup type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.