以编程方式将系列添加到 Dundas TreeMap
我正在尝试以编程方式将一系列添加到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,如果以声明方式声明它们,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.