Enumerations for Column chart types

 public sealed class Column : ChartPrototype
Public NotInheritable Class Column
		Inherits ChartPrototype

Name

Description

Clustered

Clustered column chart. Compares values across categories.{web-only:To see what this looks like, go to our online documentation:}!column0.jpg!

Clustered3D

Clustered column chart with a 3-dimensional visual effect.{web-only:To see what this looks like, go to our online documentation:}

Column3D

3-dimensional column chart. Compares values across categories and across series.{web-only:To see what this looks like, go to our online documentation:}!column6.jpg!

Stacked

Stacked column chart. Compares the contribution of each value to a total across categories.{web-only:To see what this looks like, go to our online documentation:}

Stacked100Percent

100% stacked column chart. Compares the percentage each value contributes to a total across categories.{web-only:To see what this looks like, go to our online documentation:}!column2.jpg!

Stacked3D

Stacked column chart with a 3-dimensional visual effect.{web-only:To see what this looks like, go to our online documentation:}

Stacked3D100Percent

100% stacked column chart with a 3-dimensional visual effect.{web-only:To see what this looks like, go to our online documentation:}!column5.jpg!