There are two modes of selection available.
Single - This mode allows you to select only one DataPoint at a time per DataSeries.
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:
SelectionMode property is set to Single by default.
Multiple selection of DataPoints is not possible in Funnel chart types.
For a list of possible values please refer to SelectionModes.