Search
ChartEvent.setTooltip Method
See Also
 






Sets segment's tooltip.

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

 Syntax

Java  Copy Code

public void setTooltip (
    String value
)

 Parameters

value

A String containing segment's tooltip.

 See Also