Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Enumerations for Column chart types{excerpt}
{signature:C#}
 public sealed class Column : ChartPrototype
{signature}{signature:vb.net}
Public NotInheritable Class Column
		Inherits ChartPrototype
{signature}
{values}
||Name||Description||
|{anchor:Clustered}Clustered|Clustered column chart. Compares values across categories.\{web-only:To see what this looks like, go to our online documentation:}!column0.jpg!{web-only}|
|{anchor:Clustered3D}Clustered3D|Clustered column chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!column3.jpg!{web-only}|
|{anchor:Column3D}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!{web-only}|
|{anchor:Stacked}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:}!column1.jpg!{web-only}|
|{anchor:Stacked100Percent}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!{web-only}|
|{anchor:Stacked3D}Stacked3D|Stacked column chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!column4.jpg!{web-only}|
|{anchor:Stacked3D100Percent}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!{web-only}|