<?xml version="1.0"?>
<doc>
<assembly>
<name>ZedGraph</name>
</assembly>
<members>
<member name="T:ZedGraph.ZedGraphControl">
<summary>
The ZedGraphControl class provides a UserControl interface to the
<see cref="N:ZedGraph"/> class library. This allows ZedGraph to be installed
as a control in the Visual Studio toolbox. You can use the control by simply
dragging it onto a form in the Visual Studio form editor. All graph
attributes are accessible via the <see cref="P:ZedGraph.ZedGraphControl.GraphPane"/>
property.
</summary>
<author> John Champion revised by Jerry Vos </author>
<version> $Revision: 3.84 $ $Date: 2007/07/30 05:53:03 $ </version>
</member>
<member name="M:ZedGraph.ZedGraphControl.GetImage">
<summary>
Gets the graph pane's current image.
<seealso cref="T:System.Drawing.Bitmap"/>
</summary>
<exception cref="T:ZedGraph.ZedGraphException">
When the control has been disposed before this call.
</exception>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handle a MouseDown event in the <see cref="T:ZedGraph.ZedGraphControl"/>
</summary>
<param name="sender">A reference to the <see cref="T:ZedGraph.ZedGraphControl"/></param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.SetCursor">
<summary>
Set the cursor according to the current mouse location.
</summary>
</member>
<member name="M:ZedGraph.ZedGraphControl.SetCursor(System.Drawing.Point)">
<summary>
Set the cursor according to the current mouse location.
</summary>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_KeyUp(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Handle a KeyUp event
</summary>
<param name="sender">The <see cref="T:ZedGraph.ZedGraphControl"/> in which the KeyUp occurred.</param>
<param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> instance.</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_KeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
Handle the Key Events so ZedGraph can Escape out of a panning or zooming operation.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handle a MouseUp event in the <see cref="T:ZedGraph.ZedGraphControl"/>
</summary>
<param name="sender">A reference to the <see cref="T:ZedGraph.ZedGraphControl"/></param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.MakeValueLabel(ZedGraph.Axis,System.Double,System.Int32,System.Boolean)">
<summary>
Make a string label that corresponds to a user scale value.
</summary>
<param name="axis">The axis from which to obtain the scale value. This determines
if it's a date value, linear, log, etc.</param>
<param name="val">The value to be made into a label</param>
<param name="iPt">The ordinal position of the value</param>
<param name="isOverrideOrdinal">true to override the ordinal settings of the axis,
and prefer the actual value instead.</param>
<returns>The string label.</returns>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
protected method for handling MouseMove events to display tooltips over
individual datapoints.
</summary>
<param name="sender">
A reference to the control that has the MouseMove event.
</param>
<param name="e">
A MouseEventArgs object.
</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZedGraphControl_MouseWheel(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handle a MouseWheel event in the <see cref="T:ZedGraph.ZedGraphControl"/>
</summary>
<param name="sender">A reference to the <see cref="T:ZedGraph.ZedGraphControl"/></param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> instance</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZoomPane(ZedGraph.GraphPane,System.Double,System.Drawing.PointF,System.Boolean,System.Boolean)">
<summary>
Zoom a specified pane in or out according to the specified zoom fraction.
</summary>
<remarks>
The zoom will occur on the <see cref="T:ZedGraph.XAxis"/>, <see cref="T:ZedGraph.YAxis"/>, and
<see cref="T:ZedGraph.Y2Axis"/> only if the corresponding flag, <see cref="P:ZedGraph.ZedGraphControl.IsEnableHZoom"/> or
<see cref="P:ZedGraph.ZedGraphControl.IsEnableVZoom"/>, is true. Note that if there are multiple Y or Y2 axes, all of
them will be zoomed.
</remarks>
<param name="pane">The <see cref="P:ZedGraph.ZedGraphControl.GraphPane"/> instance to be zoomed.</param>
<param name="zoomFraction">The fraction by which to zoom, less than 1 to zoom in, greater than
1 to zoom out. For example, 0.9 will zoom in such that the scale is 90% of what it was
originally.</param>
<param name="centerPt">The screen position about which the zoom will be centered. This
value is only used if <see paramref="isZoomOnCenter"/> is true.
</param>
<param name="isZoomOnCenter">true to cause the zoom to be centered on the point
<see paramref="centerPt"/>, false to center on the <see cref="P:ZedGraph.Chart.Rect"/>.
</param>
<param name="isRefresh">true to force a refresh of the control, false to leave it unrefreshed</param>
</member>
<member name="M:ZedGraph.ZedGraphControl.ZoomPane(ZedGraph.GraphPane,System.Double,System.Drawing.PointF,System.Boolean)">
<summary>
Zoom a specified pane in or out according to the specified zoom fraction.
</summary>
<remarks>
The zoom will occur on the <see cref="T:ZedGraph.XAxis"/>, <see cref="T:ZedGraph.YAxis"/>, and
<see cref="T:ZedGraph.Y2Axis"/> only if the corresponding flag, <see cref="P:ZedGraph.ZedGraphControl.IsEnableHZoom"/> or
<see cref="P:ZedGraph.ZedGraphControl.IsEnableVZoom"/>, is true. Note that if there are multiple Y or Y2 axes, all of
them will be zoomed.
</remarks>
<param name="pane">The <see cref="P:ZedGraph.ZedGraphControl.GraphPane"/> instance to be zoomed.</param>
<param name="zoomFraction">The fraction by which to zoom, less than 1 to zoom in, greater than
1 to zoom out. For example, 0.9 will zoom in such that the scale is 90% of what it was
originally.</param>
<param name="centerPt">The screen position about which the zoom