Search
XmlSeries.isEmphasized Method
See Also
 






Implements Series.isEmphasized. XmlSeries 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 in the XmlSeries.

 Return Value

true to emphasize the specified data item; otherwise false.

 Remarks

Use the method to emphasize a data item when the user selects it with the mouse. Useful when hit testing.

 See Also