Search
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
File: 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