Search
EventSeries.isEmphasized Method
See Also
 






Implements Series.IsEmphasized. EventSeries always returns false.

Namespace: MindFusion.Charting
File: EventSeries.js

 Syntax

JavaScript  Copy Code

function isEmphasized (index)

 Parameters

index

Type: Number
Number. An integer value specifying the index of a data item.

 Return Value

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

 See Also