var instance = new GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation); var returnValue; // Type: any returnValue = instance.chartType(value);
Parameters
- value
- The type of the chart.
Return Value
If no value is set, returns the type of the chart; otherwise, returns the chart.