SelectionMode

There are two modes of selection available.

  1. Single - This mode allows you to select only one DataPoint at a time per DataSeries.

  2. Multiple - This mode allows you to select multiple DataPoints per DataSeries.

 

This property is applicable only if SelectionEnabled property in DataSeries is set to true.

 

Type: SelectionModes

Namespace: Visifire.Charts

Assembly:

Silverlight:

SLVisifire.Charts (in SLVisifire.Charts.dll)

WPF:

WPFVisifire.Charts (in WPFVisifire.Charts.dll)

 

This attribute applies to:

 

Syntax:

<vc:Chart >

<vc:Chart.Series>

<vc:DataSeries SelectionEnabled="True" SelectionMode="Multiple">

.

.

.

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting SelectionMode property in DataSeries.

 

 

 

Remarks:

  1. SelectionMode property is set to Single by default.

  2. Multiple selection of DataPoints is not possible in Funnel chart types.

  3. For a list of possible values please refer to SelectionModes.