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 bar chart types{excerpt}
{signature:C#}
 public sealed class Bar : ChartPrototype
{signature}{signature:vb.net}
Public NotInheritable Class Bar
		Inherits ChartPrototype
{signature}
{values}
||Name||Description||
|{anchor:Clustered}Clustered|Clustered bar chart. Compares values across categories.\{web-only:To see what this looks like, go to our online documentation:}!bar0.jpg!{web-only}|
|{anchor:Clustered3D}Clustered3D|Clusterd bar chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!bar3.jpg!{web-only}|
|{anchor:Stacked}Stacked|Stacked bar 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:}!bar1.jpg!{web-only}|
|{anchor:Stacked100Percent}Stacked100Percent|100\% stacked bar 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:}!bar2.jpg!{web-only}|
|{anchor:Stacked3D}Stacked3D|Stacked bar chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!bar4.jpg!{web-only}|
|{anchor:Stacked3D100Percent}Stacked3D100Percent|100\% stacked bar chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!bar5.jpg!{web-only}|