ZedGraph LogoZedGraph Class Library Documentation
ResetAutoScale Method (pane, g)
NamespacesZedGraphAxisResetAutoScale(GraphPane, Graphics)
Restore the scale ranging to automatic mode, and recalculate the Axis scale ranges
Declaration Syntax
C#Visual BasicVisual C++
public void ResetAutoScale(
	GraphPane pane,
	Graphics g
)
Public Sub ResetAutoScale ( _
	pane As GraphPane, _
	g As Graphics _
)
public:
void ResetAutoScale (
	GraphPane^ pane, 
	Graphics^ g
)
Parameters
pane (GraphPane)
A reference to the GraphPane object that is the parent or owner of this object.
g (Graphics)
A graphic device object to be drawn into. This is normally e.Graphics from the PaintEventArgs argument to the Paint() method.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621