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
SyntaxJava
Copy Code
|
|---|
public void setPinGrid ( |
true if the grid stripes must be pinned; otherwise, false.
RemarksUse setGridType to specify how the plot draws its grid.
See Also