Value HandlerGet Values(Graph Pane, Curve Item, Int 32, Double, Double, Double) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public static bool GetValues(
GraphPane pane,
CurveItem curve,
int iPt,
out double baseVal,
out double lowVal,
out double hiVal
)VB
Public Shared Function GetValues (
pane As GraphPane,
curve As CurveItem,
iPt As Integer,
<OutAttribute> ByRef baseVal As Double,
<OutAttribute> ByRef lowVal As Double,
<OutAttribute> ByRef hiVal As Double
) As Boolean