“MemberName" and " Path " property make into a dynamic
Started by starrycheng, Mar 23 2012 01:19 AM
4 replies to this topic
#1
Posted 23 March 2012 - 01:19 AM
As the document shows:
<vc:DataSeries RenderAs="Column">
<vc:DataSeries.DataMappings>
<vc:DataMapping MemberName="AxisXLabel" Path="Label"></vc:DataMapping>
<vc:DataMapping MemberName="YValue" Path="YValue"></vc:DataMapping>
</vc:DataSeries.DataMappings>
</vc:DataSeries>
Now with "XAML" defines "DataMappings" . If use the background code , how to bind ?
That is to say:
SLChart.Series[0].DataSource = datas;
SLChart.Series[0].DataMappings.??????????
How to code in the background , specify the “MemberName" and "Path" property ?
So, “MemberName" and " Path " property make into a dynamic...
I like Visifire ,like silverlight...
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











