Search
AxisRenderer.setLabelsSource Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setLabelsSource (
    SeriesContainer value
)

 Parameters

value

An object of type SeriesContainer.

 Remarks

Use this method to render at the axis custom labels that are originally assigned to a given SeriesContainer object. The setShowCoordinates method helps you hide the coordinate labels if you don't want tow labels for one point.

 See Also