Search
AxisRenderer.setPinLabels Method
See Also
 






Sets a value indicating whether coordinate labels 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 setPinLabels (
    boolean value
)

 Parameters

value

true if labels are pinned; otherwise, false.

 Remarks

Pinned labels don't change position when the user scrolls the plot with mouse drag.

 See Also