Xceed Words for .NET v5.2 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / SeriesChartType Enumeration


In This Topic
    SeriesChartType Enumeration
    In This Topic
    Contains the various types of Series used in a Chart.
    Syntax
    'Declaration
     
    
    Public Enum SeriesChartType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SeriesChartType
    public enum SeriesChartType : System.Enum 
    Members
    MemberValueDescription
    Area0

    A classic AreaChart.

     

    Area_Stacked1

    Piles up the AreaSeries to show how values stack at specific points on the CategoryAxis.

     

    Area_Stacked_1002

    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%.

     

    Bar3

    A classic BarChart.

     

    Bar_Clustered4

    Bars from the various Series are positioned side by side, in groups, so they can easily be compared.

     

    Bar_Stacked5

    Bars from the various Series are stacked on top of each other.

     

    Bar_Stacked_1006

    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_Clustered7

    Columns from the various Series are positioned side by side, in groups, so they can easily be compared.

     

    Column_Stacked8

    Columns from the various Series are stacked on top of each other.

     

    Column_Stacked_1009

    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%.

     

    Doughnut19

    A classic DoughnutChart.

    Line10

    LineSeries are drawn using a single line.

     

    Line_Markers11

    LineSeries are drawn using a single line & each data point is identified with a Marker.

     

    Line_Markers_Stacked14

    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_10015

    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_Stacked12

    LineSeries are drawn using a single line & their values are stacked on top of each other. 

     

    Line_Stacked_10013

    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.

     

    Pie16

    A classic PieChart.

    Pie_Bar18

    Shows a bar representing some of the values from the PieChart's main pie.

     

    PieOfPie17

    Shows a second pie representing some of the values from the PieChart's main pie.

     

    Radar20

    A classic RadarChart, where the RadarSeries will be drawn using single lines.

    Radar_Filled22

    The RadarSeries will be drawn & their inside will be filled.

     

    Radar_Markers21

    The RadarSeries will be drawn using single lines & Markers will identify the Series values.

     

    Scatter23

    Draws the ScatterSeries using points.

     

    Scatter_Line25

    Draws the ScatterSeries using lines joining invisible points.

     

    Scatter_Line_Markers26

    Draws the ScatterSeries using lines joining Markers.

     

    Scatter_Markers24

    Draws the ScatterSeries using points, which also acts as Markers.

    Scatter_SmoothedLine27

    Draws the ScatterSeries using smooth lines joining invisible points.

     

    Scatter_SmoothedLine_Markers28

    Draws the ScatterSeries using smooth lines joining Markers.

     

    Remarks

    Each member corresponds to a type of Chart that can be rendered in Microsoft Word using OpenXML.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.SeriesChartType

    Supported Frameworks

    .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.

    See Also