Page tree

Versions Compared

Key

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

...

Signature
C#
C#
public Chart Chart{ get; }
Signature
vb.net
vb.net
<p>PublicPublic ReadOnly Property Chart() As Chart</p>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