SpreadJS 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.
Remarks

The following table lists all the other parameters that can be used while getting or setting the chart area style.

Parameter Type Description
value.backColor string The background color of the chart area.
value.fontFamily string The font family of the chart area.
value.fontSize number The font size of the chart area (in pixel).
value.color string The color of the chart area.


See Also

Reference

Chart type