LightWeight

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.

 

 

 

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:

  1. The default value for LightWeight is True in QuickLine chart.

  2. For other chart types, default value for LightWeight is False.

  3. This property is available in v4.5.x and above.