关于使用 Microsoft 图表库以及 C# 中寻求的一般说明

发布于 2024-12-16 14:36:09 字数 377 浏览 0 评论 0原文

我正在使用微软图表。

我有一个 UI 来获取该对象的每个属性的值。然后我将所有这些值存储在数据库中。

现在我有了数据库中的属性,我必须将它们绑定到图表对象的相应属性。

这是最有效、最正确的方法。我应该使用反射或其他方式来做到这一点吗?

我发现这个类有一个方法可以导出图表的所有设置,包括 XML 格式的值。如果我可以尝试创建导入数据和属性方法怎么办?

建议最好的方法。我正在使用 ASP.NET MVC 2 与 C# 和 VS2010。

编辑

我尝试从调用 SaveAsXml() 的图表对象获取 xml,然后使用它将其作为模板加载,并尝试返回获取图表对象。这不起作用。

I am using the Microsoft Chart.

I have a UI to get the value for each property of this object. Then i store all these values in the DB.

Now that I have the properties from the DB I have to bind them to the corresponding properties of the Chart object.

Which is the most efficient and right way. Shall i do it using reflection or other ways.

I came to know that this class has a method that can export all the settings for the chart, including the values in an XML format. What if i can try to create an import data and properties method.

suggest the best way. I am using ASP.NET MVC 2 with C# and VS2010.

edit

I tried to get the xml from the Chart Object calling SaveAsXml() and then used that to load it as a template and tried back to get the chart object. that does not event work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回首观望 2024-12-23 14:36:09

最好使用 jQuery 图表来实现更好的 UI 控制,并使用 MS 图表来向用户隐藏数据。

Better to Use jQuery Charts for better UI control and to use MS Charts for hiding data from the user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文