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






Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.

Namespace: MindFusion.Charting
File: Series.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

Series Members
Series Interface
MindFusion.Charting Namespace