Scroll Range(Double, Double, Boolean) Constructor
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 ScrollRange(
double min,
double max,
bool isScrollable
)VB
Public Sub New (
min As Double,
max As Double,
isScrollable As Boolean
)