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 area chart types{excerpt}
{signature:C#}
 public sealed class Area : ChartPrototype
{signature}{signature:vb.net}
Public NotInheritable Class Area
		Inherits ChartPrototype
{signature}
{values}
||Name||Description||
|{anchor:Area3D}Area3D|Area chart with 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!area3.jpg!{web-only}|
|{anchor:Stacked}Stacked|Stacked area chart.  Displays the trend of the contribution of each value over time or categories.\{web-only:To see what this looks like, go to our online documentation:}!area1.jpg!{web-only}|
|{anchor:Stacked100Percent}Stacked100Percent|100\% stacked area chart.  Displays the trend of the percentage each value contributes over time or categories.\{web-only:To see what this looks like, go to our online documentation:}!area2.jpg!{web-only}|
|{anchor:Stacked3D}Stacked3D|Stacked area chart with 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!area4.jpg!{web-only}|
|{anchor:Stacked3D100Percent}Stacked3D100Percent|100\% stacked area chart with 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!area5.jpg!{web-only}|
|{anchor:StandardArea}StandardArea|Standard area chart.  Displays the trend of values over time or categories.\{web-only:To see what this looks like, go to our online documentation:}!area0.jpg!{web-only}|