Zed Graph ControlHandle Scroll 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#
private void HandleScroll(
Axis axis,
int newValue,
double scrollMin,
double scrollMax,
int largeChange,
bool reverse
)VB
Private Sub HandleScroll (
axis As Axis,
newValue As Integer,
scrollMin As Double,
scrollMax As Double,
largeChange As Integer,
reverse As Boolean
)