Search
SimpleSeries.isEmphasized Method
See Also
 






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

 Syntax

Java  Copy Code

public boolean isEmphasized (
    int index
)

 Parameters

index
The zero-based index of the data item in the SimpleSeries.

 Return Value

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

 Remarks

Used during hit testing to visually emphasize the data item that is currently selected.

 See Also