Search
Series.IsEmphasized Method
See Also
 






Gets a value indicating whether the specified data item should be emphasized by the SeriesRenderer.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

bool IsEmphasized (
    int index
)

Visual Basic  Copy Code

Function IsEmphasized( _
    index As Integer _
) As Boolean

 Parameters

index

An integer value specifying the index of a data item.

 Return Value

true to emphasize the specified data item, or false otherwise.

 Remarks

At this time emphasized data items are supported only by PieRenderer, where they are rendered as detached pieces.

 See Also