Implements Series.isEmphasized. Returns a value that indicates if the specified data item is drawn as emphasized.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public boolean isEmphasized ( |
true to emphasize the specified data item; otherwise, false.
RemarksSeries3D always returns false.
See Also