Search
AxisRenderer.getPinLabels Method
See Also
 






Gets a value that indicates if the labels are pinned or scrooled. 

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

 Syntax

Java  Copy Code

public boolean getPinLabels ()

 Return Value

true if the labels are pinned; otherwise, false.

 Remarks

Pinned labels stay at one place when the user scrolls the plot. Scrolled labels move with the plot when the user scrolls it.

 See Also