Search
AxisRendererBuilder(T).labelsSource Method
See Also
 






Sets the object whose Series labels should be rendered along the axis.

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

 Syntax

Java  Copy Code

public AxisRendererBuilder<T> labelsSource (
    SeriesContainer value
)

 Parameters

value

 Return Value

@return This AxisRendererBuilder.

 See Also