AwGraphBuild.DisplayPanel Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.