Implements Series.isEmphasized. XmlSeries always returns false.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isEmphasized ( |
true to emphasize the specified data item; otherwise false.
RemarksUse the method to emphasize a data item when the user selects it with the mouse. Useful when hit testing.
See Also