标签: c# google-visualization pie-chart
我要做的是使用GoogleChartSharp程序集创建PieChart的图像。现在的问题是PieChart类不支持我们在使用javascript生成饼图时可以轻松实现的pieChart.SetLegend()方法。
GoogleChartSharp
PieChart
pieChart.SetLegend()
这是我作为图像得到的:
这就是我想要的:
如果我们使用pieChart.SetLegend(),我们会在代码中看到这一点。
任何人都可以告诉我有没有办法使用PieChart类生成图例?