Search
StockPriceSeries.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 StockPriceSeries.

 Return Value

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

 See Also