Search
BiaxialChart.setPinGrid Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setPinGrid (
    boolean value
)

 Parameters

value

true if grid stripes are pinned; otherwise, false.

 See Also