Selected

Selected property defines the state whether a DataPoint is selected or not. Selected property is applicable only if SelectionEnabled property in DataSeries is set to true. At a time only one DataPoint can be selected in a single series chart. In case of multiple series chart, one DataPoint in each DataSeries can be selected at a time. A Chart can be rendered with a DataPoint already selected, by setting Selected to True.

 

Type: Boolean

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">

<vc:DataSeries.DataPoints>

<vc:DataPoint Selected="True" />

</vc:DataSeries.DataPoints>

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting Selected property in DataPoint.

 

 

 

Remarks:

  1. Selected property is set to False by default.