Dear All,
I am creating rad bar,rad pie,rad line, rad horizontal bar charts in silver light3.here how can ienable scroling?In this below code i have enabled scrolling for grid but its not effective.please check and give me a solution to enable scrolling in silver light grid.
<
Grid ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Auto">
<StackPanel ><StackPanel HorizontalAlignment="Left" VerticalAlignment="Top">
<telerikChart:RadChart x:Name="RadChart1" Background="Black" MaxHeight="500" MaxWidth="500"/>
</StackPanel>
<StackPanel HorizontalAlignment="Left" VerticalAlignment="Top" >
<telerikChart:RadChart x:Name="RadChart2" Background="Black" MaxHeight="500" MaxWidth="500"/>
</StackPanel>
</StackPanel>
<StackPanel>
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Bottom">
<telerikChart:RadChart x:Name="RadChart3" Background="Black" MaxHeight="500" MaxWidth="500"/>
</StackPanel>
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Bottom" >
<telerikChart:RadChart x:Name="RadChart4" Background="Black" MaxHeight="500" MaxWidth="500" />
</StackPanel>
</StackPanel>
</Grid>