Hi All,
Using OLE view, we can find that there are 27 chart type defined.
However, when we try to use it, a lot of them thrown an error. May I know
where can I get confirmation on what are the valid chart type that are
usable?
Thansk in advance.
enum {
VtChChartType3dBar = 0,
VtChChartType2dBar = 1,
VtChChartType3dLine = 2,
VtChChartType2dLine = 3,
VtChChartType3dArea = 4,
VtChChartType2dArea = 5,
VtChChartType3dStep = 6,
VtChChartType2dStep = 7,
VtChChartType3dCombination = 8,
VtChChartType2dCombination = 9,
VtChChartType3dHorizontalBar = 10,
VtChChartType2dHorizontalBar = 11,
VtChChartType3dClusteredBar = 12,
VtChChartType3dPie = 13,
VtChChartType2dPie = 14,
VtChChartType3dDoughnut = 15,
VtChChartType2dXY = 16,
VtChChartType2dPolar = 17,
VtChChartType2dRadar = 18,
VtChChartType2dBubble = 19,
VtChChartType2dHiLo = 20,
VtChChartType2dGantt = 21,
VtChChartType3dGantt = 22,
VtChChartType3dSurface = 23,
VtChChartType2dContour = 24,
VtChChartType3dScatter = 25,
VtChChartType3dXYZ = 26,
VtChChartTypeCount = 27
} VtChChartType;