'DeclarationPublic Enum SeriesChartType Inherits System.Enum
'UsageDim instance As SeriesChartType
public enum SeriesChartType : System.Enum
'DeclarationPublic Enum SeriesChartType Inherits System.Enum
'UsageDim instance As SeriesChartType
public enum SeriesChartType : System.Enum
| Member | Value | Description |
|---|---|---|
| Area | 0 | A classic AreaChart.
|
| Area_Stacked | 1 | Piles up the AreaSeries to show how values stack at specific points on the CategoryAxis.
|
| Area_Stacked_100 | 2 | Piles up the AreaSeries to show their contribution in attaining a value of 100% on the ValueAxis, which means that how values stack at specific points on the CategoryAxis visually represents the percentage each AreaSeries takes in said 100%.
|
| Bar | 3 | A classic BarChart.
|
| Bar_Clustered | 4 | Bars from the various Series are positioned side by side, in groups, so they can easily be compared.
|
| Bar_Stacked | 5 | Bars from the various Series are stacked on top of each other.
|
| Bar_Stacked_100 | 6 | Bars from the various Series are stacked on top of each other & each bar represents a percentage equal to a fraction of each Series' final 100%.
|
| Column_Clustered | 7 | Columns from the various Series are positioned side by side, in groups, so they can easily be compared.
|
| Column_Stacked | 8 | Columns from the various Series are stacked on top of each other.
|
| Column_Stacked_100 | 9 | Columns from the various Series are stacked on top of each other & each bar represents a percentage equal to a fraction of each Series' final 100%.
|
| Doughnut | 19 | A classic DoughnutChart.
|
| Line | 10 | LineSeries are drawn using a single line.
|
| Line_Markers | 11 | LineSeries are drawn using a single line & each data point is identified with a Marker.
|
| Line_Markers_Stacked | 14 | LineSeries are drawn using a single line & their values are stacked on top of each other; each data point is identified with a Marker.
|
| Line_Markers_Stacked_100 | 15 | LineSeries are drawn using a single line & their values are stacked to represent a percentage equal to their part in attaining the final 100% of each LineSeries; each data point is identified with a Marker.
|
| Line_Stacked | 12 | LineSeries are drawn using a single line & their values are stacked on top of each other.
|
| Line_Stacked_100 | 13 | LineSeries are drawn using a single line & their values are stacked to represent a percentage equal to their part in attaining the final 100% of each LineSeries.
|
| Pie | 16 | A classic PieChart.
|
| Pie_Bar | 18 | Shows a bar representing some of the values from the PieChart's main pie. |
| PieOfPie | 17 | Shows a second pie representing some of the values from the PieChart's main pie. |
| Radar | 20 | A classic RadarChart, where the RadarSeries will be drawn using single lines.
|
| Radar_Filled | 22 | The RadarSeries will be drawn & their inside will be filled.
|
| Radar_Markers | 21 | The RadarSeries will be drawn using single lines & Markers will identify the Series values.
|
| Scatter | 23 | Draws the ScatterSeries using points.
|
| Scatter_Line | 25 | Draws the ScatterSeries using lines joining invisible points.
|
| Scatter_Line_Markers | 26 | Draws the ScatterSeries using lines joining Markers.
|
| Scatter_Markers | 24 | Draws the ScatterSeries using points, which also acts as Markers.
|
| Scatter_SmoothedLine | 27 | Draws the ScatterSeries using smooth lines joining invisible points.
|
| Scatter_SmoothedLine_Markers | 28 | Draws the ScatterSeries using smooth lines joining Markers.
|
Each member corresponds to a type of Chart that can be rendered in Microsoft Word using OpenXML.
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.SeriesChartType
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.