Search
Plot2D.zoomOut Method
See Also
 






Zooms out from the current data range.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void zoomOut (
    List<Axis> axes
)

 Parameters

axes

A list with Axis instances whose ranges should be scaled.

 See Also