Search
AxisRendererBuilder(T).pinLabels 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.builders
File: com.mindfusion.charting.builders

 Syntax

Java  Copy Code

public AxisRendererBuilder<T> pinLabels (
    boolean value
)

 Parameters

value

 Return Value

@return This AxisRendererBuilder.

 See Also