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

Parameters

value
The title of the chart.
See Also

Reference

Chart type