在wpf图表中显示数据表

时间:2014-05-26 14:59:55

标签: c# wpf visual-studio-2010 charts highcharts

我一直在寻找一种在WPF图表中显示数据表的方法,类似于excel图表的方式,但我找不到任何答案。

我在WPF项目和Visual Studio 2010上使用System.Windows.Controls.DataVisualization.Charting。

<chartingToolkit:Chart Margin="12,22,15,46" Title="Chart">
<chartingToolkit:Chart.Series>
    <chartingToolkit:ColumnSeries IndependentValuePath="Key" DependentValuePath="Value" Title="Totals"/>
</chartingToolkit:Chart.Series>

我想要实现的是我的图表看起来与此example1类似,甚至是example2

如果需要更多信息,请向我询问。

欢迎任何帮助。

0 个答案:

没有答案