以编程方式将系列添加到 Dundas TreeMap

发布于 2024-09-04 07:00:51 字数 151 浏览 4 评论 0原文

我正在尝试以编程方式将一系列添加到 Dundas TreeMap,但出现对象引用未设置为对象实例。 错误。这个错误看起来是 Dundas 中的一个错误,但我想知道是否有人尝试/设法做到这一点?

如果我以声明方式添加该系列,那么一切都可以正常工作。

I'm trying to programmatically add a series to a Dundas TreeMap but I'm getting a Object reference not set to an instance of an object. error. This error looks to be a bug in Dundas, but I was wondering if anyone has tried/managed to do this?

If I add the series in declaratively then at all works fine.

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

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

发布评论

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

评论(1

水波映月 2024-09-11 07:00:51

事实证明,如果以声明方式声明它们,TreeMap 将非常高兴地拥有一个空系列,但如果以编程方式添加任何系列,则所有系列(甚至是声明性系列)都必须有一个数据点。这对我有用。

It turns out that the TreeMap will quite happily have an empty series if they are declaratively declared, but if any are programatically added, then all series (even declaritive ones) have to have a data point. This worked for me.

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