Spread.Sheets Documentation
axes Method
GC.Spread.Sheets.Charts Namespace > Chart type : axes Method
The chart axes of the chart.
Gets or sets the chart axes of the chart.
Syntax
var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
var returnValue; // Type: any
returnValue = instance.axes(value);
function axes( 
   value : Object
) : any;

Parameters

value
The chart axes of the chart.
See Also

Reference

Chart type