Spread.Sheets Documentation
legend Method
GC.Spread.Sheets.Charts Namespace > Chart type : legend Method
The legend of the chart.
Gets or sets the legend 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.legend(value);
function legend( 
   value : Object
) : any;

Parameters

value
The legend of the chart.
See Also

Reference

Chart type