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.

Note: If you select Waterfall as the chart type, the value in the last category of the data set should be (redundantly) specified as the sum of the items in the preceding categories - otherwise, the final bar in the chart will be incorrectly plotted. At the present time, the chart can only have one category.

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.