var value; // Type: any value = GC.Spread.Sheets.Charts.Chart(sheet, name, chartType, x, y, width, height, dataRange, dataOrientation);
Parameters
- sheet
- The host sheet of the chart.
- name
- The name of the chart.
- chartType
- The type of the chart.
- x
- The x location of the chart.
- y
- The y location of the chart.
- width
- The width of the chart.
- height
- The height of the chart.
- dataRange
- The formula string of data range for the chart.
- dataOrientation
- The orientation of data for series.