drawAs (Draw As)
The drawAs property specifies the type of chart rendered from the data.
In the Properties view, this property is the Draw As property in the Chart category.
This property also allows you to specify that the chart displays as a table.
Type: Enum.
Valid values for drawAs for Map Chart: Bar|Bar3D|Pie|Pie3D|Ring|Table|SortedTable|AggregatedTable. The default is a Pie.
Valid values for drawAs for Category Chart: Area|Bar|Bar3D|Line|Line3D|SpiderWeb|StackedBar|StackedArea|Waterfall|Table|SortedTable|AggregatedTable. The default is a Bar.
Valid values for drawAs for XY Chart: Area|Line|Polar|Scatter|StackedArea|Step|StepArea|TimeSeries|Table|SortedTable. The default is Line.
Valid values for drawAs for Pivot Table: Area | Bar | Bar3D | Line | Line3D | Pie | Pie3D | Polar | Ring | Scatter | SpiderWeb | StackedArea | StackedBar | Step | StepArea | Table | TimeSeries | Waterfall | XYArea | XYStackedArea | XYLine. The default is a Table.