Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum ChartType
Public Enumeration ChartType
public enum class ChartType
type ChartType

Members

MemberValueDescription
ColumnClustered0
ColumnStacked1
Column100PercentStacked2
Column3DClustered3
Column3DStacked4
Column3D100PercentStacked5
Column3D6
CylinderClustered7
CylinderStacked8
Cylinder100PercentStacked9
Cylinder3DClustered10
ConeClustered11
ConeStacked12
Cone100PercentStacked13
Cone3DClustered14
PyramidClustered15
PyramidStacked16
Pyramid100PercentStacked17
Pyramid3DClustered18
Line19
LineStacked20
Line100PercentStacked21
LineMarkers22
LineMarkersStacked23
LineMarkers100PercentStacked24
Line3D25
Pie26
Pie3D27
PieOfPie28
PieExploded29
Pie3DExploded30
PieBar31
Bar100PercentStacked32
Bar3DClustered33
BarClustered34
BarStacked35
Bar3DStacked36
Bar3D100PercentStacked37
CylinderClusteredHorizontal38
CylinderStackedHorizontal39
CylinderPercentsStackedHorizontal40
ConeClusteredHorizontal41
ConeStackedHorizontal42
ConePercentsStackedHorizontal43
PyramidClusteredHorizontal44
PyramidStackedHorizontal45
PyramidPercentsStackedHorizontal46
Area47
AreaStacked48
Area100PercentStacked49
Area3D50
Area3DStacked51
Area3D100PercentStacked52
ScatterMarkers53
ScatterSmoothLinesAndMarkers54
ScatterSmoothLines55
ScatterStraightLinesAndMarkers56
ScatterStraightLines57
StockHighLowClose58
StockOpenHighLowCase59
StockVolumeHighLowCase60
StockVolumeOpenHighLowCase61
Surface3D62
Surface3DNoColor63
Contour64
ContourNoColor65
Doughnut66
DoughnutExploded67
Bubble68
Bubble3D69
Radar70
RadarMarkers71
RadarFilled72

See Also