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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property Chart() As Chart
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#
Chart c = cs.Chart;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}
Dim c As Chart = cs.Chart
{code} {example}