Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns a Chart object representing the chart in the chart sheet.

Signature
C#
C#

 public Chart Chart{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Chart() As Chart
Example
Code Block
csharp
csharp
titleC#

Chart c = cs.Chart;
Code Block
vb.net
vb.net
titlevb.net

Dim c As Chart = cs.Chart