MindFusion.Charting for Java Programmer's Guide
BiaxialChart.getShowScatter Method
See Also
 






  Gauges

Gets a value indicating whether the BiaxialChart should render scatter shapes.

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

 Syntax

Java  Copy Code

public boolean getShowScatter ()

 Return Value

true if scatters are rendered; otherwise, false.

 See Also