ChartSubtypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the visualization subtype for the ChartSeries.
public enum class ChartSubtypes
public enum ChartSubtypes
type ChartSubtypes =
Public Enum ChartSubtypes
- Inheritance
-
ChartSubtypes
Fields
Name | Value | Description |
---|---|---|
Plain | 0 | A plain chart. |
Stacked | 1 | A stacked-type Area chart. |
PercentStacked | 2 | A percent stacked-type Column, Bar, or Area chart. |
Smooth | 3 | A smooth-lined Line, Area, or Range chart. |
Stepped | 4 | A stepped-lined Line chart. |
Pie | 5 | A pie-type Shape chart. |
ExplodedPie | 6 | An exploded pie-type Shape chart. |
CalloutPie | 7 | A pie-type Shape chart with callouts. |
Doughnut | 8 | A doughnut-type Shape chart. |
ExplodedDoughnut | 9 | An exploded doughnut-type Shape chart. |
Funnel | 10 | A funnel-type Shape chart. |
Pyramid | 11 | A pyramid-type Shape chart. |
Bubble | 12 | A bubble-type Scatter chart. |
Candlestick | 13 | A candlestick-type Range chart. |
Stock | 14 | A stock-type Range chart. |
Bar | 15 | A bar-type Range chart. |
Column | 16 | A column-type Range chart. |
BoxPlot | 17 | A box plot-type Range chart. |
ErrorBar | 18 | An error bar-type Range chart. |
Radar | 19 | A radar-type Polar chart. |
TreeMap | 20 | A Tree map-type chart. |
Sunburst | 21 | A Sunburst-type chart. |