Search
PointSeries3D.isEmphasized Method
See Also
 






Implements Series.isEmphasized. PointSeries3D always returns false.

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.

 Return Value

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

 Remarks

Use this method when hit testing to visually demonstrate which item is currently selected by the user.

 See Also