Gets a value indicating whether this AxisRenderer should draw data labels.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean getShowSeriesLabels () |
true if the AxisRenderer draws data labels; otherwise, false. The default is false.
RemarksUse setAxis to specify the Axis that will be rendered by this AxisRenderer.
See Also