ZedGraph LogoZedGraph Class Library Documentation
GraphPane Constructor (rect, title, xTitle, yTitle)
NamespacesZedGraphGraphPaneGraphPaneGraphPaneNew(RectangleF, String, String, String)
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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
rect (RectangleF)
A rectangular screen area where the graph is to be displayed. This area can be any size, and can be resize at any time using the Rect property.
title (String)
The Title for this GraphPane
xTitle (String)
The Title for the XAxis
yTitle (String)
The Title for the YAxis

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621