Constructor for the GraphPane object. This routine will
initialize all member variables and classes, setting appropriate default
values as defined in the GraphPane..::Default class.
| C# | Visual Basic | Visual C++ |
public GraphPane( RectangleF rect, string title, string xTitle, string yTitle )
Public Sub New ( _ rect As RectangleF, _ title As String, _ xTitle As String, _ yTitle As String _ )
public: GraphPane ( RectangleF rect, String^ title, String^ xTitle, String^ yTitle )
