Implements Series.IsEmphasized. Gets a value indicating whetherthe specified data item should be emphasized by the SeriesRenderer.
Namespace: MindFusion.Charting
File: FunctionSeries.js
JavaScript Copy Code |
---|
function isEmphasized (index) |
Number. An integer value specifying the index of a data item.
Boolean. true to emphasize the specified data item, or false otherwise.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |