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

Parameters

value
The chart area style of the chart.
See Also

Reference

Chart type