Sets the object whose Series labels should be rendered along this axis.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public void setLabelsSource ( |
An object of type SeriesContainer.
RemarksUse 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