SpreadsheetGear 2017
ChartType Enumeration






SpreadsheetGear.Charts Namespace : ChartType Enumeration
Specifies the chart type for the entire chart or an individual series.
Syntax
'Declaration
 
Public Enum ChartType 
   Inherits System.Enum
'Usage
 
Dim instance As ChartType
public enum ChartType : System.Enum 
public enum ChartType = class(System.Enum)
public enum ChartType extends System.Enum
__value public enum ChartType : public System.Enum 
public enum class ChartType : public System.Enum 
Members
MemberDescription
AreaArea chart.
Area3DArea chart with a 3-D visual effect.
AreaStackedArea chart with stacked values.
AreaStacked100Area chart with 100% stacked values.
AreaStacked1003DArea chart with 100% stacked values and a 3-D visual effect.
AreaStacked3DArea chart with stacked values and a 3-D visual effect.
BarClusteredClustered bar chart.
BarClustered3DClustered bar chart with a 3-D visual effect.
BarOfPieBar of pie chart.
BarStackedBar chart with stacked values.
BarStacked100Bar chart with 100% stacked values.
BarStacked1003DBar chart with 100% stacked values and a 3-D visual effect.
BarStacked3DBar chart with stacked values and a 3-D visual effect.
BubbleBubble chart.
Bubble3DEffectBubble chart with a 3-D visual effect.
Column3DColumn chart with a 3-D visual effect.
ColumnClusteredClustered column chart.
ColumnClustered3DClustered column chart with a 3-D visual effect.
ColumnStackedColumn chart with stacked values.
ColumnStacked100Column chart with 100% stacked values.
ColumnStacked1003DColumn chart with 100% stacked values and a 3-D visual effect.
ColumnStacked3DColumn chart with stacked values and a 3-D visual effect.
CombinationCombination chart.
ConeBarClusteredClustered bar chart with a 3-D visual effect and bars shaped like cones.
ConeBarStackedBar chart with stacked values, a 3-D visual effect, and bars shaped like cones.
ConeBarStacked100Bar chart with 100% stacked values, a 3-D visual effect, and bars shaped like cones.
ConeColColumn chart with a 3-D visual effect and columns shaped like cones.
ConeColClusteredClustered column chart with a 3-D visual effect and columns shaped like cones.
ConeColStackedColumn chart with stacked values, a 3-D visual effect, and columns shaped like cones.
ConeColStacked100Column chart with 100% stacked values, a 3-D visual effect, and columns shaped like cones.
CylinderBarClusteredClustered bar chart with a 3-D visual effect and bars shaped like cylinders.
CylinderBarStackedBar chart with stacked values, a 3-D visual effect, and bars shaped like cylinders.
CylinderBarStacked100Bar chart with 100% stacked values, a 3-D visual effect, and bars shaped like cylinders.
CylinderColColumn chart with a 3-D visual effect and columns shaped like cylinders.
CylinderColClusteredClustered column chart with a 3-D visual effect and columns shaped like cylinders.
CylinderColStackedColumn chart with stacked values, a 3-D visual effect, and columns shaped like cylinders.
CylinderColStacked100Column chart with 100% stacked values, a 3-D visual effect, and columns shaped like cylinders.
DoughnutDoughnut chart.
DoughnutExplodedDoughnut chart with exploded values.
LineLine chart.
Line3DLine chart with a 3-D visual effect.
LineMarkersLine chart with markers at each value.
LineMarkersStackedLine chart with stacked values and markers at each value.
LineMarkersStacked100Line chart with 100% stacked values and markers at each value.
LineStackedLine chart with stacked values.
LineStacked100Line chart with 100% stacked values.
PiePie chart.
Pie3DPie chart with a 3-D visual effect.
PieExplodedPie chart with exploded values.
PieExploded3DPie chart with exploded values and a 3-D visual effect.
PieOfPiePie of pie chart.
PyramidBarClusteredClustered bar chart with a 3-D visual effect and bars shaped like pyramids.
PyramidBarStackedBar chart with stacked values, a 3-D visual effect, and bars shaped like pyramids.
PyramidBarStacked100Bar chart with 100% stacked values, a 3-D visual effect, and bars shaped like pyramids.
PyramidColColumn chart with a 3-D visual effect and columns shaped like pyramids.
PyramidColClusteredClustered column chart with a 3-D visual effect and columns shaped like pyramids.
PyramidColStackedColumn chart with stacked values, a 3-D visual effect, and columns shaped like pyramids.
PyramidColStacked100Column chart with 100% stacked values, a 3-D visual effect, and columns shaped like pyramids.
RadarRadar chart.
RadarFilledRadar chart with the data area filled with color.
RadarMarkersRadar chart with markers at each value.
StockHLCHigh-Low-Close stock chart (Requires three series).
StockOHLCOpen-High-Low-Close stock chart (Requires four series).
StockVHLCVolume-High-Low-Close stock chart (Requires four series).
StockVOHLCVolume-Open-High-Low-Close stock chart (Requires five series).
SurfaceSurface chart with a 3-D visual effect (Requires minimum of two series).
SurfaceTopViewSurface chart viewed from above (Requires minimum of two series).
SurfaceTopViewWireframeSurface chart viewed from above with no fill color (Requires minimum of two series).
SurfaceWireframeSurface chart with a 3-D visual effect and no fill color (Requires minimum of two series).
XYScatterScatter chart with markers at each value.
XYScatterLinesScatter chart with markers at each value and lines connecting each data point.
XYScatterLinesNoMarkersScatter chart with lines connecting each data point without markers.
XYScatterSmoothScatter chart with markers at each value and smoothed lines connecting each data point.
XYScatterSmoothNoMarkersScatter chart with smoothed lines connecting each data point without markers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.ChartType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace