[]
Specifies the chart type.
public enum ChartType
Area = 8Specifies the area type.
Area3D = 7Specifies the 3D area type.
AreaStacked = 37Specifies the stacked area type.
AreaStacked100 = 38Specifies the 100% stacked area type.
AreaStacked1003D = 40Specifies the 3D 100% stacked area type.
AreaStacked3D = 39Specifies the 3D stacked area type.
BarClustered = 18Specifies the clustered bar type.
BarClustered3D = 21Specifies the 3D clustered bar type.
BarOfPie = 32Specifies bar of pie type.
BarStacked = 19Specifies the stacked bar type.
BarStacked100 = 20Specifies the 100% stacked bar type.
BarStacked1003D = 23Specifies the 3D 100% stacked bar type.
BarStacked3D = 22Specifies the 3D stacked bar.
BoxWhisker = 55Specifies the box and whisker type.
Bubble = 11Specifies the bubble type.
Bubble3DEffect = 48Specifies the bubble with 3D effects type.
Column3D = 6Specifies the 3D column type.
ColumnClustered = 12Specifies the clustered column type.
ColumnClustered3D = 15Specifies the 3D clustered column.
ColumnStacked = 13Specifies the stacked column.
ColumnStacked100 = 14Specifies the 100% stacked column.
ColumnStacked1003D = 17Specifies the 3D 100% stacked column type.
ColumnStacked3D = 16Specifies the 3D stacked column.
Combo = 0Specifies the combo type.
Doughnut = 3Specifies the doughnut type.
DoughnutExploded = 41Specifies the exploded doughnut type.
Funnel = 56Specifies the funnel type.
Histogram = 58Specifies the histogram type.
Line = 9Specifies the line type.
Line3D = 5Specifies the 3D line type.
LineMarkers = 26Specifies a line type with markers.
LineMarkersStacked = 27Specifies a stacked line type with markers.
LineMarkersStacked100 = 28Specifies 100% stacked line type with markers.
LineStacked = 24Specifies the stacked line type.
LineStacked100 = 25Specifies the 100% stacked line type.
Pareto = 59Specifies the pareto type.
Pie = 10Specifies the pie type.
Pie3D = 4Specifies the 3D pie type.
PieExploded = 30Specifies the exploded pie type.
PieExploded3D = 31Specifies the exploded 3D pie type.
PieOfPie = 29Specifies pie of pie type.
Radar = 2Specifies the radar type.
RadarFilled = 43Specifies the filled radar type.
RadarMarkers = 42Specifies the radar with data markers type.
StockHLC = 49Specifies the high-low-close type.
StockOHLC = 50Specifies open-high-low-close type.
StockVHLC = 51Specifies the volume-high-low-close type.
StockVOHLC = 52Specifies the volume-open-high-low-close type.
Sunburst = 53Specifies the sunburst type.
Surface = 44Specifies the 3D surface type.
SurfaceTopView = 46Specifies the surface (top view) type.
SurfaceTopViewWireframe = 47Specifies the surface (top view wireframe) type.
SurfaceWireframe = 45Specifies the 3D surface (wireframe) type.
Treemap = 54Specifies the treemap type.
Waterfall = 57Specifies the waterfall type.
XYScatter = 1Specifies the scatter type.
XYScatterLines = 35Specifies the scatter with lines type.
XYScatterLinesNoMarkers = 36Specifies the scatter with lines and no data markers type.
XYScatterSmooth = 33Specifies the scatter with smoothed lines type.
XYScatterSmoothNoMarkers = 34Specifies the scatter with smoothed lines and no data markers type.