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}Sets or returns the depth of a three\-dimensional chart.{excerpt}
{signature:C#}
 public int ChartDepth{ get; set; }
{signature}{signature:vb.net}
Public Property ChartDepth() As Integer
{signature}
{remarks}
The depth is specified as a percentage of the chart width, and must be between 20 and 2000.

The default chart depth for new charts is 100.
{remarks}