Gets or Sets the state that indicates whether the lighting effects must be applied 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 LightingEnabled="False">
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting LightingEnabled property to False in DataSeries:

Members:
|
Member name |
Description |
|
True |
Lighting effect will be applied to the element. |
|
False |
Lighting effect will not be applied. |
Remarks:
The default value for LightingEnabled is True.