Implements Series.isEmphasized. PointSeries3D always returns false.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isEmphasized ( |
The zero-based index of the data item.
true to emphasize the specified data item; otherwise, false.
RemarksUse this method when hit testing to visually demonstrate which item is currently selected by the user.
See Also