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






Implements Series.IsEmphasized. PointSeries3D always returns false.

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

PointSeries3D Members
PointSeries3D Class
MindFusion.Charting Namespace