关于使用 Microsoft 图表库以及 C# 中寻求的一般说明
我正在使用微软图表。
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好使用 jQuery 图表来实现更好的 UI 控制,并使用 MS 图表来向用户隐藏数据。
Better to Use jQuery Charts for better UI control and to use MS Charts for hiding data from the user.