【发布时间】:2013-03-15 18:57:27
【问题描述】:
是否可以水平显示条形?
<Grid x:Name="LayoutRoot" Background="White">
<StackPanel>
<toolkit:Chart Height="400" Width="600" Title="Mered data" >
<toolkit:ColumnSeries ItemsSource="{Binding AverageImpressionLengths}" IndependentValueBinding="{Binding SeqName}"
DependentValueBinding="{Binding Time}"
HorizontalAlignment="Left" Height="304" VerticalAlignment="Top" Width="266"/>
</toolkit:Chart>
</StackPanel>
</Grid>
【问题讨论】:
标签: .net xaml charts silverlight-toolkit bar-chart