Search
Chart.getShowToolTips Method
See Also
 






Gets a value indicating whether to show tooltips.

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

 Syntax

Java  Copy Code

public boolean getShowToolTips ()

 Return Value

true to show tooltips, or false otherwise. The default value is true.

 See Also