Value HandlerGet Values(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 bool GetValues(
CurveItem curve,
int iPt,
out double baseVal,
out double lowVal,
out double hiVal
)VB
Public Function GetValues (
curve As CurveItem,
iPt As Integer,
<OutAttribute> ByRef baseVal As Double,
<OutAttribute> ByRef lowVal As Double,
<OutAttribute> ByRef hiVal As Double
) As Boolean