ZValue

ZValue is applicable only to Bubble charts. This value determines the size of the Bubble.

 

Type: Double

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 RenderAs="Bubble">

<vc:DataSeries.DataPoints>

<vc:DataPoint ZValue="100" />

</vc:DataSeries.DataPoints>

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting ZValue property in DataPoints including the ZValues set for each DataPoints.

 

ZValue for DataPoint 1="100"

ZValue for DataPoint 2="200"

ZValue for DataPoint 3="300"

ZValue for DataPoint 4="400"

ZValue for DataPoint 5="500"