Gets or Sets the state that indicates whether this object must be used or not.
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 Enabled="False">
<vc:DataSeries.DataPoints>
<vc:DataPoint YValue="10"/>
<vc:DataPoint YValue="20"/>
<vc:DataPoint YValue="30"/>
<vc:DataPoint YValue="40"/>
<vc:DataPoint YValue="50"/>
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting Enabled property to False in DataSeries.

Remarks:
The default value is True.