Type property: Chart class
Description
Use this property to specify the type of chart that you want. You can specify either a numeric or constant value for this property. The valid values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%ChartType_2DBar |
Two-dimensional bar chart |
|
1 |
%ChartType_2DStackedBar |
Two-dimensional stacked bar chart |
|
2 |
%ChartType_2DStackedPercentBar |
Two-dimensional stacked percent bar chart |
|
3 |
%ChartType_2DHorizStackedBar |
Two-dimensional stacked horizontal bar chart |
|
4 |
%ChartType_2DLine |
Two-dimensional line chart |
|
5 |
%ChartType_2DSteppedLine |
Two-dimensional stepped line chart |
|
6 |
%ChartType_2DPie |
Two-dimensional pie chart |
|
7 |
%ChartType_3DBar Note: This constant will be desupported in a future release and remains for backward compatibility only. Use the %ChartType_2DBar constant instead. |
Three-dimensional bar chart |
|
8 |
%ChartType_3DStackedBar Note: This constant will be deprecated in a future release and remains for backward compatibility only. Use the %ChartType_2DStackedBar constant instead. |
Three-dimensional stacked bar chart |
|
9 |
%ChartType_3DPie Note: This constant will be desupported in a future release and remains for backward compatibility only. Use the %ChartType_2DPie constant instead. |
Three-dimensional pie chart |
|
10 |
%ChartType_2DStackedHorizPercentBar |
Two-dimensional stacked horizontal percent chart |
|
11 |
%ChartType_3DStackedPercentBar Note: The %ChartType_3DPercentBar and %ChartType_3DStackedPercentBar constants will be desupported in a future release and remain for backward compatibility only. Use the %ChartType_2DPercentBar constant instead. |
Three-dimensional stacked percent bar char |
|
13 |
%ChartType_2DHorizBar |
Two-dimensional horizontal bar chart |
|
14 |
%ChartType_2DScatter |
Scatter chart |
|
18 |
%ChartType_2DBubble |
Bubble chart |
|
31 |
%ChartType_Funnel |
Funnel chart |
|
32 |
%ChartType_2DRing |
Two-dimensional ring chart |
|
33 |
%ChartType_3DRing Note: This constant will be desupported in a future release and remains for backward compatibility only. Use the %ChartType_2DRing constant instead. |
Three-dimensional ring chart |
This property is read/write.
Related Topics