MindFusion.Java Package Programmer's Guide
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
Package: 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

AxisRenderer Members
AxisRenderer Class
com.mindfusion.charting Namespace