MindFusion.Charting for Java Programmer's Guide
DataBoundSeries.isEmphasized Method
See Also
 






  Gauges

Implements Series.isEmphasized. DataBoundSeries 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.

 See Also