ChartType

ChartType class

Represents a type of chart.

Constants

NameValueDescription
ClusteredColumn0Represents Clustered Column Chart.
StackedColumn1Represents Stacked Column Chart.
PercentsStackedColumn2Represents 100% Stacked Column Chart.
ClusteredColumn3D3Represents 3D Colustered Column Chart.
StackedColumn3D4Represents 3D Stacked Column Chart.
PercentsStackedColumn3D5Represents 3D 100% Stacked Column Chart.
Column3D6Represents 3D Column Chart.
ClusteredCylinder7Represents Cylinder Chart.
StackedCylinder8Represents Stacked Cylinder Chart.
PercentsStackedCylinder9Represents 100% Stacked Cylinder Chart.
Cylinder3D10Represents 3D Cylindrical Column Chart.
ClusteredCone11Represents Cone Chart.
StackedCone12Represents Stacked Cone Chart.
PercentsStackedCone13Represents 100% Stacked Cone Chart.
Cone3D14Represents 3D Conical Column Chart.
ClusteredPyramid15Represents Pyramid Chart.
StackedPyramid16Represents Stacked Pyramid Chart.
PercentsStackedPyramid17Represents 100% Stacked Pyramid Chart.
Pyramid3D18Represents 3D Pyramid Column Chart.
Line19Represents Line Chart.
StackedLine20Represents Stacked Line Chart.
PercentsStackedLine21Represents 100% Stacked Line Chart.
LineWithMarkers22Represents Line Chart with data markers.
StackedLineWithMarkers23Represents Stacked Line Chart with data markers.
PercentsStackedLineWithMarkers24Represents 100% Stacked Line Chart with data markers.
Line3D25Represents 3D Line Chart.
Pie26Represents Pie Chart.
Pie3D27Represents 3D Pie Chart.
PieOfPie28Represents Pie of Pie Chart.
ExplodedPie29Represents Exploded Pie Chart.
ExplodedPie3D30Represents 3D Exploded Pie Chart.
BarOfPie31Represents Bar of Pie Chart.
PercentsStackedBar32Represents 100% Stacked Bar Chart.
ClusteredBar3D33Represents 3D Colustered Bar Chart.
ClusteredBar34Represents Clustered Bar Chart.
StackedBar35Represents Stacked Bar Chart.
StackedBar3D36Represents 3D Stacked Bar Chart.
PercentsStackedBar3D37Represents 3D 100% Stacked Bar Chart.
ClusteredHorizontalCylinder38Represents Cylindrical Bar Chart.
StackedHorizontalCylinder39Represents Stacked Cylindrical Bar Chart.
PercentsStackedHorizontalCylinder40Represents 100% Stacked Cylindrical Bar Chart.
ClusteredHorizontalCone41Represents Conical Bar Chart.
StackedHorizontalCone42Represents Stacked Conical Bar Chart.
PercentsStackedHorizontalCone43Represents 100% Stacked Conical Bar Chart.
ClusteredHorizontalPyramid44Represents Pyramid Bar Chart.
StackedHorizontalPyramid45Represents Stacked Pyramid Bar Chart.
PercentsStackedHorizontalPyramid46Represents 100% Stacked Pyramid Bar Chart.
Area47Represents Area Chart.
StackedArea48Represents Stacked Area Chart.
PercentsStackedArea49Represents 100% Stacked Area Chart.
Area3D50Represents 3D Area Chart.
StackedArea3D51Represents 3D Stacked Area Chart.
PercentsStackedArea3D52Represents 3D 100% Stacked Area Chart.
ScatterWithMarkers53Represents Scatter Chart.
ScatterWithSmoothLinesAndMarkers54Represents Scatter Chart connected by curves, with data markers.
ScatterWithSmoothLines55Represents Scatter Chart connected by curves, without data markers.
ScatterWithStraightLinesAndMarkers56Represents Scatter Chart connected by lines, with data markers.
ScatterWithStraightLines57Represents Scatter Chart connected by lines, without data markers.
HighLowClose58Represents High-Low-Close Stock Chart.
OpenHighLowClose59Represents Open-High-Low-Close Stock Chart.
VolumeHighLowClose60Represents Volume-High-Low-Close Stock Chart.
VolumeOpenHighLowClose61Represents Volume-Open-High-Low-Close Stock Chart.
Surface3D62Represents 3D Surface Chart.
WireframeSurface3D63Represents Wireframe 3D Surface Chart.
Contour64Represents Contour Chart.
WireframeContour65Represents Wireframe Contour Chart.
Doughnut66Represents Doughnut Chart.
ExplodedDoughnut67Represents Exploded Doughnut Chart.
Bubble68Represents Bubble Chart.
BubbleWith3D69Represents 3D Bubble Chart.
Radar70Represents Radar Chart.
RadarWithMarkers71Represents Radar Chart with data markers.
FilledRadar72Represents Filled Radar Chart.
SeriesOfMixedTypes73This value only can be returned by ChartEx.Type property. It mean that chart has series of mixed types.
Treemap74Represents Treemap chart.
Sunburst75Represents Sunburst chart.
Histogram76Represents Histogram chart.
ParetoLine77Represents Pareto line series type (Histogram Pareto chart).
BoxAndWhisker78Represents BoxAndWhisker chart.
Waterfall79Represents Waterfall chart.
Funnel80Represents Funnel chart.
Map81Represents Map chart.

ClusteredColumn

Represents Clustered Column Chart.


StackedColumn

Represents Stacked Column Chart.


PercentsStackedColumn

Represents 100% Stacked Column Chart.


ClusteredColumn3D

Represents 3D Colustered Column Chart.


StackedColumn3D

Represents 3D Stacked Column Chart.


PercentsStackedColumn3D

Represents 3D 100% Stacked Column Chart.


Column3D

Represents 3D Column Chart.


ClusteredCylinder

Represents Cylinder Chart.


StackedCylinder

Represents Stacked Cylinder Chart.


PercentsStackedCylinder

Represents 100% Stacked Cylinder Chart.


Cylinder3D

Represents 3D Cylindrical Column Chart.


ClusteredCone

Represents Cone Chart.


StackedCone

Represents Stacked Cone Chart.


PercentsStackedCone

Represents 100% Stacked Cone Chart.


Cone3D

Represents 3D Conical Column Chart.


ClusteredPyramid

Represents Pyramid Chart.


StackedPyramid

Represents Stacked Pyramid Chart.


PercentsStackedPyramid

Represents 100% Stacked Pyramid Chart.


Pyramid3D

Represents 3D Pyramid Column Chart.


Line

Represents Line Chart.


StackedLine

Represents Stacked Line Chart.


PercentsStackedLine

Represents 100% Stacked Line Chart.


LineWithMarkers

Represents Line Chart with data markers.


StackedLineWithMarkers

Represents Stacked Line Chart with data markers.


PercentsStackedLineWithMarkers

Represents 100% Stacked Line Chart with data markers.


Line3D

Represents 3D Line Chart.


Pie

Represents Pie Chart.


Pie3D

Represents 3D Pie Chart.


PieOfPie

Represents Pie of Pie Chart.


ExplodedPie

Represents Exploded Pie Chart.


ExplodedPie3D

Represents 3D Exploded Pie Chart.


BarOfPie

Represents Bar of Pie Chart.


PercentsStackedBar

Represents 100% Stacked Bar Chart.


ClusteredBar3D

Represents 3D Colustered Bar Chart.


ClusteredBar

Represents Clustered Bar Chart.


StackedBar

Represents Stacked Bar Chart.


StackedBar3D

Represents 3D Stacked Bar Chart.


PercentsStackedBar3D

Represents 3D 100% Stacked Bar Chart.


ClusteredHorizontalCylinder

Represents Cylindrical Bar Chart.


StackedHorizontalCylinder

Represents Stacked Cylindrical Bar Chart.


PercentsStackedHorizontalCylinder

Represents 100% Stacked Cylindrical Bar Chart.


ClusteredHorizontalCone

Represents Conical Bar Chart.


StackedHorizontalCone

Represents Stacked Conical Bar Chart.


PercentsStackedHorizontalCone

Represents 100% Stacked Conical Bar Chart.


ClusteredHorizontalPyramid

Represents Pyramid Bar Chart.


StackedHorizontalPyramid

Represents Stacked Pyramid Bar Chart.


PercentsStackedHorizontalPyramid

Represents 100% Stacked Pyramid Bar Chart.


Area

Represents Area Chart.


StackedArea

Represents Stacked Area Chart.


PercentsStackedArea

Represents 100% Stacked Area Chart.


Area3D

Represents 3D Area Chart.


StackedArea3D

Represents 3D Stacked Area Chart.


PercentsStackedArea3D

Represents 3D 100% Stacked Area Chart.


ScatterWithMarkers

Represents Scatter Chart.


ScatterWithSmoothLinesAndMarkers

Represents Scatter Chart connected by curves, with data markers.


ScatterWithSmoothLines

Represents Scatter Chart connected by curves, without data markers.


ScatterWithStraightLinesAndMarkers

Represents Scatter Chart connected by lines, with data markers.


ScatterWithStraightLines

Represents Scatter Chart connected by lines, without data markers.


HighLowClose

Represents High-Low-Close Stock Chart.


OpenHighLowClose

Represents Open-High-Low-Close Stock Chart.


VolumeHighLowClose

Represents Volume-High-Low-Close Stock Chart.


VolumeOpenHighLowClose

Represents Volume-Open-High-Low-Close Stock Chart.


Surface3D

Represents 3D Surface Chart.


WireframeSurface3D

Represents Wireframe 3D Surface Chart.


Contour

Represents Contour Chart.


WireframeContour

Represents Wireframe Contour Chart.


Doughnut

Represents Doughnut Chart.


ExplodedDoughnut

Represents Exploded Doughnut Chart.


Bubble

Represents Bubble Chart.


BubbleWith3D

Represents 3D Bubble Chart.


Radar

Represents Radar Chart.


RadarWithMarkers

Represents Radar Chart with data markers.


FilledRadar

Represents Filled Radar Chart.


SeriesOfMixedTypes

This value only can be returned by ChartEx.Type property. It mean that chart has series of mixed types.


Treemap

Represents Treemap chart.


Sunburst

Represents Sunburst chart.


Histogram

Represents Histogram chart.


ParetoLine

Represents Pareto line series type (Histogram Pareto chart).


BoxAndWhisker

Represents BoxAndWhisker chart.


Waterfall

Represents Waterfall chart.


Funnel

Represents Funnel chart.


Map

Represents Map chart.