ZedGraphControlHandleScroll Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
private void HandleScroll(
	Axis axis,
	int newValue,
	double scrollMin,
	double scrollMax,
	int largeChange,
	bool reverse
)

Parameters

axis  Axis
 
newValue  Int32
 
scrollMin  Double
 
scrollMax  Double
 
largeChange  Int32
 
reverse  Boolean
 

See Also