Gets the display panel (picture box for drawing) for displaying the graph.
[Visual Basic]
Public ReadOnly Property DisplayPanel As PictureBox
[C#]
public System.Windows.Forms.PictureBox DisplayPanel {get;}
Property Value
Picture box.
Example
How to get the display panel.
Dim dp As PictureBox = graphBuild.DisplayPanel
PictureBox dp = graphBuild.DisplayPanel;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace