Search
AxisRenderer.getLabelsSource Method
See Also
 






Gets the object whose Series labels should be rendered along this Axis.

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

 Syntax

Java  Copy Code

public SeriesContainer getLabelsSource ()

 Return Value

In instance of the SeriesContainer interface.

 Remarks

Use the property in scenarios when you want to render the labels of a given Series at the Axis.

 See Also