MindFusion.Charting for JavaScript Programmer's Guide
Series2D.isEmphasized Method
See Also
 






Implements Series.IsEmphasized. Series2D always returns false.

Namespace: MindFusion.Charting
File: Series2D.js

 Syntax

JavaScript  Copy Code

function isEmphasized (index)

 Parameters

index

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

 Return Value

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

 See Also

Series2D Members
Series2D Class
MindFusion.Charting Namespace