Search
AxisRenderer.getShowSeriesLabels Method
See Also
 






Gets a value indicating whether this AxisRenderer should draw data labels.

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

 Syntax

Java  Copy Code

public boolean getShowSeriesLabels ()

 Return Value

true if the AxisRenderer draws data labels; otherwise, false. The default is false.

 Remarks

Use setAxis to specify the Axis that will be rendered by this AxisRenderer.

 See Also