CLR 图表系列中的最大点数

发布于 2024-11-03 14:51:12 字数 206 浏览 0 评论 0原文

我刚刚开始使用 C++,并通过 Visual Studio 找到了一个 CLR 图表控件。

项目 -> 添加新项目 -> 用户控制(在 UI 下)-> 图表(在数据下)

我知道在 Excel 中这些类型的图表仅限于 32,000 点。我想知道如果我创建自己的本机应用程序,我仍然会受到此限制的限制吗?此限制是由 Excel 还是图表本身强制执行的?

I am just starting out in c++ and have found a CLR chart control through visual studio.

Project->Add New Item->User Control (Under UI)->Chart (Under Data)

I know in Excel these types of charts are limited to 32,000 points. I am wondering if I create my own native app am I still going to be restrcited by this limitation? Is this limitation enforced by Excel or the Chart itself?

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

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

发布评论

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

评论(1

断舍离 2024-11-10 14:51:12

如果不知道您所询问的特定图表控件是谁制造的,没有人可以告诉您它的限制是什么。我认为 Visual Studio 中没有附带任何图表控件,您很可能会看到计算机上的其他软件安装了 ActiveX 控件。

Without knowing who makes the particular chart control you're asking about, no one can tell you what its limits are. I don't think there's any Chart control that comes with Visual Studio, most likely you're seeing an ActiveX control installed by some other piece of software on your computer.

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