<vc:DataSeries RenderAs="Spline" DataSource="{Binding}" ToolTipText="Date: #AxisXLabel \nVolume: #YValue">
<vc:DataSeries.DataMappings>
<vc:DataMapping MemberName="AxisXLabel" Path="FormattedTime"></vc:DataMapping>
<vc:DataMapping MemberName="YValue" Path="Volume"></vc:DataMapping>
</vc:DataSeries.DataMappings>
</vc:DataSeries>
ToolTipText comes out as
Date: 13
Volume: 111111111
instead of
Date: Jan 23, 2011
Volume: 1234567













