YValue determines the position of the DataPoint on AxisY. It should be numeric and it is shown in the AxisY.
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>
<vc:DataSeries.DataPoints>
<vc:DataPoint YValue="10" />
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting YValue property in DataPoints.

Remarks:
This attribute is not applicable for CandleStick and Stock charts. But YValue can be used to store volume information in CandleStick and Stock charts so that it can be shown inside ToolTip or LabelText of DataPoints. For more info please check ToolTipText and LabelText properties.