Enum ExcelChartType
Specifies the chart types.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartType
Fields
Name | Description |
---|---|
Area | Represents the area chart. |
Area_3D | Represents the 3D area chart. |
Area_Stacked | Represents the stacked area chart. |
Area_Stacked_100 | Represents the 100% stacked area chart. |
Area_Stacked_100_3D | Represents the 3D 100% stacked area chart. |
Area_Stacked_3D | Represents the 3D stacked area chart. |
Bar_Clustered | Represents the clustered bar chart. |
Bar_Clustered_3D | Represents the 3D clustered bar chart. |
Bar_Stacked | Represents the stacked bar chart. |
Bar_Stacked_100 | Represents the 100% stacked bar chart. |
Bar_Stacked_100_3D | Represents the 3D 100% stacked bar chart. |
Bar_Stacked_3D | Represents the 3D stacked bar chart. |
BoxAndWhisker | Represents the Excel 2016 Box and Whisker Chart |
Bubble | Represents the bubble chart. |
Bubble_3D | Represents the 3D bubble chart. |
Column_3D | Represents the 3D column chart. |
Column_Clustered | Represents the clustered column chart. |
Column_Clustered_3D | Represents the 3D clustered column chart. |
Column_Stacked | Represents the stacked column chart. |
Column_Stacked_100 | Represents the 100% stacked column chart. |
Column_Stacked_100_3D | Represents the 3D 100% stacked column chart. |
Column_Stacked_3D | Represents the 3D stacked column chart. |
Combination_Chart | Represents the chart that contain different series types. |
Cone_Bar_Clustered | Represents the clustered cone bar chart. |
Cone_Bar_Stacked | Represents the stacked cone bar chart. |
Cone_Bar_Stacked_100 | Represents the 100% stacked cone bar chart. |
Cone_Clustered | Represents the clustered cone chart. |
Cone_Clustered_3D | Represents the 3D clustered cone chart. |
Cone_Stacked | Represents the stacked cone chart. |
Cone_Stacked_100 | Represents the 100% stacked cone chart. |
Cylinder_Bar_Clustered | Represents the clustered cylinder bar chart. |
Cylinder_Bar_Stacked | Represents the stacked cylinder bar chart. |
Cylinder_Bar_Stacked_100 | Represents the 100% stacked cylinder bar chart. |
Cylinder_Clustered | Represents the clustered cylinder chart. |
Cylinder_Clustered_3D | Represents the 3D clustered cylinder chart. |
Cylinder_Stacked | Represents the stacked cylinder chart. |
Cylinder_Stacked_100 | Represents the 100% stacked cylinder chart. |
Doughnut | Represents the doughnut chart. |
Doughnut_Exploded | Represents the exploded doughnut chart. |
Funnel | Represents the Excel 2016 Funnel Chart |
Histogram | Represents the Excel 2016 Histogram Chart |
Line | Represents the line chart. |
Line_3D | Represents the 3D line chart. |
Line_Markers | Represents the line chart with markers. |
Line_Markers_Stacked | Represents the stacked line chart with markers. |
Line_Markers_Stacked_100 | Represents the 100% stacked line chart with markers. |
Line_Stacked | Represents the stacked line chart. |
Line_Stacked_100 | Represents the 100% stacked line chart. |
Pareto | Represents the Excel 2016 Pareto Chart |
Pie | Represents the pie chart. |
Pie_3D | Represents the 3D pie chart. |
Pie_Bar | Represents the bar of pie chart. |
Pie_Exploded | Represents the exploded pie chart. |
Pie_Exploded_3D | Represents the exploded 3D pie chart. |
PieOfPie | Represents the pie of pie chart. |
Pyramid_Bar_Clustered | Represents the clustered pyramid bar chart. |
Pyramid_Bar_Stacked | Represents the stacked pyramid bar chart. |
Pyramid_Bar_Stacked_100 | Represents the 100% stacked pyramid bar chart. |
Pyramid_Clustered | Represents the clustered pyramid chart. |
Pyramid_Clustered_3D | Represents the 3D clustered pyramid chart. |
Pyramid_Stacked | Represents the stacked pyramid chart. |
Pyramid_Stacked_100 | Represents the 100% stacked pyramid chart. |
Radar | Represents the radar chart. |
Radar_Filled | Represents the filled radar chart. |
Radar_Markers | Represents the radar chart with markers. |
Scatter_Line | Represents the scatter chart with lines. |
Scatter_Line_Markers | Represents the scatter chart with lines and markers. |
Scatter_Markers | Represents the scatter chart with markers. |
Scatter_SmoothedLine | Represents the smooth lined scatter chart. |
Scatter_SmoothedLine_Markers | Represents the smooth lined scatter chart with markers. |
Stock_HighLowClose | Represents the stock chart with high, low and close values. |
Stock_OpenHighLowClose | Represents the stock chart with open, high, low and close values. |
Stock_VolumeHighLowClose | Represents the stock chart with volume, high, low and close values. |
Stock_VolumeOpenHighLowClose | Represents the stock chart with volume, open, high, low and close values. |
SunBurst | Represents the Excel 2016 Sun Burst Chart |
Surface_3D | Represents the 3D surface chart. |
Surface_Contour | Represents the surface chart with contour. |
Surface_NoColor_3D | Represents the 3D surface chart with no color. |
Surface_NoColor_Contour | Represents the surface chart with contour and no color. |
TreeMap | Represents the Excel 2016 Tree Map Chart |
WaterFall | Represents the Excel 2016 Water Fall Chart |