如何制作包含 2 列数据表(包含 4 列)的超级图表
我制作了一个包含 4 列的数据表: Date 、 Data1 、 Data2 、 Data4 。我想知道如何在 XY ultrachart 中表示 Date 与 Data4 ?
感谢您的帮助
I made a Datatable with 4 columns : Date , Data1, Data2, Data4 . I would like to know how to represent in an XY ultrachart Date versus Data4 ?
Thanks for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看示例浏览器: 链接 这里展示了如何制作带有 XY 轴的条形图。查看 C# 文件,其中显示了条形图如何进行数据存储和数据绑定 - 您的插入、删除函数应处理整行,更新和选择应仅包含所需的两列:) 尝试使用此示例作为指南。
Look at the sample browser: Link Here is shown how to make BarChart with XY axis. Look at the C# file where is show how the BarChart is datasorced and databound - your functions for insert, delete should handle the whole row, update and select should include only the desired two columns :) Try to use this sample as a guide.