Applies effect to the element. Using Effect property, one can customize the default shadow of an element. This property works for Silverlight and WPF only.
Type: Effect
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>
<vc:DataSeries.Effect>
<DropShadowEffect BlurRadius="5" Color="Red" ShadowDepth="1"/>
</vc:DataSeries.Effect>
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting Effect property in DataSeries.

Remarks:
Currently this property is applicable for DataSeries and DataPoint only.
If both Effect and ShadowEnabled properties are set in DataSeries or DataPoint, ShadowEnabled property will not work. In other words, Effect property will override ShadowEnabled property.