MindFusion.Java Package Programmer's Guide
Series.isEmphasized Method
See Also
 






Gets a value indicating whether the specified data item should be drawn emphasized by the SeriesRenderer.

Namespace: com.mindfusion.charting
Package: com.mindfusion.charting

 Syntax

Java  Copy Code

boolean isEmphasized (
    int index
)

 Parameters

index

The zero-based index of the data item.

 Return Value

true to emphasize the specified data item; otherwise, false.

 See Also

Series Members
Series Interface
com.mindfusion.charting Namespace