Skip to content

784fb6ae 09f0 e140 aea8 24af68d57772

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownChartType Enumeration

Additional header content

Specifies known chart types.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownChartType

VB

<SerializableAttribute>
Public Enumeration KnownChartType

Members

 

Member name Value Description
Bars 0 The bars
Bars3D 1 The bars
Columns 2 The bars
XYScatter 3 The XY scatter
Radar 4 The radar
Doughnut 5 The doughnut
Pie3D 6 The pie 3D
Line3D 7 The line 3D
Column3D 8 The bars
Area3D 9 The bars
Area 10 The bars
Line 11 The line
Pie 12 The pie
Bubble 13 The bubble
ColumnClustered 14 The column clustered
ColumnStacked 15 The column stacked
ColumnStacked100 16 The column stacked100
ColumnClustered3D 17 The column clustered3 D
ColumnStacked3D 18 The column stacked3 D
ColumnStacked1003D 19 The column stacked1003 D
BarClustered 20 The bar clustered
BarStacked 21 The bar stacked
BarStacked100 22 The bar stacked100
BarClustered3D 23 The bar clustered3 D
BarStacked3D 24 The bar stacked3 D
BarStacked1003D 25 The bar stacked1003 D
LineStacked 26 The line stacked
LineStacked100 27 The line stacked100
LineMarkers 28 The line markers
LineMarkersStacked 29 The line markers stacked
LineMarkersStacked100 30 The line markers stacked100
PieOfPie 31 The pie of pie
PieExploded 32 The pie exploded
PieExploded3D 33 The pie exploded 3D
BarOfPie 34 The bar of pie
XYScatterSmooth 35 The XY scatter smooth
XYScatterSmoothNoMarkers 36 The XY scatter smooth no markers
XYScatterLines 37 The XY scatter lines
XYScatterLinesNoMarkers 38 The XY scatter lines no markers
AreaStacked 39 The area stacked
AreaStacked100 40 The area stacked100
AreaStacked3D 41 The area stacked3 D
AreaStacked1003D 42 The area stacked1003 D
DoughnutExploded 43 The doughnut exploded
RadarMarkers 44 The radar markers
RadarFilled 45 The radar filled
Surface 46 The surface
SurfaceWireframe 47 The surface wireframe
SurfaceTopView 48 The surface top view
SurfaceTopViewWireframe 49 The surface top view wireframe
Bubble3DEffect 50 The bubble3 D effect
StockHLC 51 The stock HLC
StockOHLC 52 The stock OHLC
StockVHLC 53 The stock VHLC
StockVOHLC 54 The stock VOHLC
CylinderColClustered 55 The cylinder col clustered
CylinderColStacked 56 The cylinder col stacked
CylinderColStacked100 57 The cylinder col stacked100
CylinderBarClustered 58 The cylinder bar clustered
CylinderBarStacked 59 The cylinder bar stacked
CylinderBarStacked100 60 The cylinder bar stacked100
CylinderCol 61 The cylinder col
ConeColClustered 62 The cone col clustered
ConeColStacked 63 The cone col stacked
ConeColStacked100 64 The cone col stacked100
ConeBarClustered 65 The cone bar clustered
ConeBarStacked 66 The cone bar stacked
ConeBarStacked100 67 The cone bar stacked100
ConeCol 68 The cone col
PyramidColClustered 69 The pyramid col clustered
PyramidColStacked 70 The pyramid col stacked
PyramidColStacked100 71 The pyramid col stacked100
PyramidBarClustered 72 The pyramid bar clustered
PyramidBarStacked 73 The pyramid bar stacked
PyramidBarStacked100 74 The pyramid bar stacked100
PyramidCol 75 The pyramid col

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownChartType"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally