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