Search
FunctionSeries.isEmphasized Method
See Also
 






Implements Series.isEmphasized.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public boolean isEmphasized (
    int index
)

 Parameters

index

An integer value specifying the index of a data item.

 Return Value

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

 See Also