Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isEmphasized ( |
true to emphasize the specified data item; otherwise, false.
RemarksUsed during hit testing to visually emphasize the data item that is currently selected.
See Also