SeriesChartType 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 a chart type for a Series.
public enum class SeriesChartType
public enum SeriesChartType
type SeriesChartType =
Public Enum SeriesChartType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Point | 0 | Point chart type. |
FastPoint | 1 | FastPoint chart type. |
Bubble | 2 | Bubble chart type. |
Line | 3 | Line chart type. |
Spline | 4 | Spline chart type. |
StepLine | 5 | StepLine chart type. |
FastLine | 6 | FastLine chart type. |
Bar | 7 | Bar chart type. |
StackedBar | 8 | Stacked bar chart type. |
StackedBar100 | 9 | Hundred-percent stacked bar chart type. |
Column | 10 | Column chart type. |
StackedColumn | 11 | Stacked column chart type. |
StackedColumn100 | 12 | Hundred-percent stacked column chart type. |
Area | 13 | Area chart type. |
SplineArea | 14 | Spline area chart type. |
StackedArea | 15 | Stacked area chart type. |
StackedArea100 | 16 | Hundred-percent stacked area chart type. |
Pie | 17 | Pie chart type. |
Doughnut | 18 | Doughnut chart type. |
Stock | 19 | Stock chart type. |
Candlestick | 20 | Candlestick chart type. |
Range | 21 | Range chart type. |
SplineRange | 22 | Spline range chart type. |
RangeBar | 23 | RangeBar chart type. |
RangeColumn | 24 | Range column chart type. |
Radar | 25 | Radar chart type. |
Polar | 26 | Polar chart type. |
ErrorBar | 27 | Error bar chart type. |
BoxPlot | 28 | Box plot chart type. |
Renko | 29 | Renko chart type. |
ThreeLineBreak | 30 | ThreeLineBreak chart type. |
Kagi | 31 | Kagi chart type. |
PointAndFigure | 32 | PointAndFigure chart type. |
Funnel | 33 | Funnel chart type. |
Pyramid | 34 | Pyramid chart type. |
Remarks
For more information about each chart type, see Chart Types.