Returns this chart's type; e.g 'ScatterChart', 'LineChart', and 'ColumnChart'. For the complete list of charts, see: https://developers.google.com/chart/interactive/docs/gallery
Usage | Returns |
---|---|
Chart.getChartType() | String |
Argument | Type | Details |
---|---|---|
this: ui.chart | ui.Chart | The ui.Chart instance. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!