Search
Series3D.isEmphasized Method
See Also
 






Implements Series.isEmphasized. Returns a value that indicates if the specified data item is drawn as emphasized.

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 Series3D.

 Return Value

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

 Remarks

Series3D always returns false.

 See Also