ZedGraphControlZoomScale Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
protected void ZoomScale(
	Axis axis,
	double zoomFraction,
	double centerVal,
	bool isZoomOnCenter
)

Parameters

axis  Axis
 
zoomFraction  Double
 
centerVal  Double
 
isZoomOnCenter  Boolean
 

See Also