Implements Series.IsEmphasized. Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.
Namespace: MindFusion.Charting
Package: MindFusion.Charting
C# Copy Code |
---|
public bool IsEmphasized ( |
Visual Basic Copy Code |
---|
Public Function IsEmphasized( _ |
An integer value specifying the index of a data item.
true to emphasize the specified data item, or false otherwise.