This property can be used to provide performance boost for large number of DataPoints. Setting LightWeight property to True deactivates few features and follows a different drawing technique at lower level in order to get maximum performance.
The following features (wherever applicable) are omitted when LightWeight property is set.
The ability to draw Markers for DataPoints
The use of Labels for DataPoints
The use of Bevel, Lighting and Shadow for DataPoints/DataSeries
The use of Border for DataPoints/DataSeries (Currently Border properties will be disabled for Column and Bar chart types only)
Styling from XAML at initial render
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 LightWeight="True">
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Remarks:
The default value for LightWeight is True in QuickLine chart.
For other chart types, default value for LightWeight is False.
This property is available in v4.5.x and above.