Hi,
I am trying to set ItemSource property of StackedBar series throught web service.
<toolkit:StackedBarSeries FlowDirection="RightToLeft" SelectionMode="Single" >
<toolkit:SeriesDefinition x:Name="stackbarseries" Title="Peak" ItemsSource="{Binding Details}" DependentValuePath="LeftValue" IndependentValuePath="Number"
HorizontalAlignment="Stretch">
</toolkit:StackedBarSeries >
I am trying to set ItemSource property of StackedBar series throught web service.
<toolkit:StackedBarSeries FlowDirection="RightToLeft" SelectionMode="Single" >
<toolkit:SeriesDefinition x:Name="stackbarseries" Title="Peak" ItemsSource="{Binding Details}" DependentValuePath="LeftValue" IndependentValuePath="Number"
HorizontalAlignment="Stretch">
</toolkit:StackedBarSeries >