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






Implements Series.IsEmphasized. Gets a value indicating whetherthe specified data item should be emphasized by the SeriesRenderer.

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

FunctionSeries Members
FunctionSeries Class
MindFusion.Charting Namespace