Curve ItemGet Range 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 virtual void GetRange(
out double xMin,
out double xMax,
out double yMin,
out double yMax,
bool ignoreInitial,
bool isBoundedRanges,
GraphPane pane
)VB
Public Overridable Sub GetRange (
<OutAttribute> ByRef xMin As Double,
<OutAttribute> ByRef xMax As Double,
<OutAttribute> ByRef yMin As Double,
<OutAttribute> ByRef yMax As Double,
ignoreInitial As Boolean,
isBoundedRanges As Boolean,
pane As GraphPane
)