Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns a ChartRegion object, representing the chart area in the worksheet. The chart area is the entire area within the worksheet assigned to the chart.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [ChartRegion|ChartRegion] object, representing the chart area in the worksheet. The chart area is the entire area within the worksheet assigned to the chart.{excerpt}
{signature:C#}
 public ChartRegion ChartArea{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property ChartArea() As ChartRegion
{signature}
{scrollbar}