ZedGraph LogoZedGraph Class Library Documentation
GetCoords Method (pane, i, coords)
NamespacesZedGraphLineItemGetCoords(GraphPane, Int32, String%)
Determine the coords for the rectangle associated with a specified point for this CurveItem
Declaration Syntax
C#Visual BasicVisual C++
public override bool GetCoords(
	GraphPane pane,
	int i,
	out string coords
)
Public Overrides Function GetCoords ( _
	pane As GraphPane, _
	i As Integer, _
	<OutAttribute> ByRef coords As String _
) As Boolean
public:
virtual bool GetCoords (
	GraphPane^ pane, 
	int i, 
	[OutAttribute] String^% coords
) override
Parameters
pane (GraphPane)
The GraphPane to which this curve belongs
i (Int32)
The index of the point of interest
coords (String%)
A list of coordinates that represents the "rect" for this point (used in an html AREA tag)
Return Value
true if it's a valid point, false otherwise

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621