Gets a value that indicates if the labels are pinned or scrooled.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean getPinLabels () |
true if the labels are pinned; otherwise, false.
RemarksPinned labels stay at one place when the user scrolls the plot. Scrolled labels move with the plot when the user scrolls it.
See Also