Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.
Namespace: MindFusion.Charting
Package: SimpleSeries.js
JavaScript Copy Code |
---|
function isEmphasized (index) |
An integer value specifying the index of a data item.
true to emphasize the specified data item, or false otherwise.