Search
Plot2D.setPinGrid Method
See Also
 






Sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it.

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

 Syntax

Java  Copy Code

public void setPinGrid (
    boolean value
)

 Parameters

value

true if the grid stripes must be pinned; otherwise, false.

 Remarks

Use setGridType to specify how the plot draws its grid.

 See Also