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 line chart types{excerpt}
{signature:C#}
 public sealed class Line : ChartPrototype
{signature}{signature:vb.net}
Public NotInheritable Class Line
		Inherits ChartPrototype
{signature}
{values}
||Name||Description||
|{anchor:Line3D}Line3D|Line chart with a 3\-dimensional visual effect.\{web-only:To see what this looks like, go to our online documentation:}!line6.jpg!{web-only}|
|{anchor:Stacked}Stacked|Stacked line 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:}!line1.jpg!{web-only}|
|{anchor:Stacked100Percent}Stacked100Percent|100\% stacked line 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:}!line2.jpg!{web-only}|
|{anchor:StandardLine}StandardLine|Standard line chart. Displays trend over time or categories.\{web-only:To see what this looks like, go to our online documentation:}!line0.jpg!{web-only}|