gpt4 book ai didi

图表:chart.ChartAreas.add 抛出异常:System.NotImplementedException

转载 作者:行者123 更新时间:2023-12-02 20:12:51 29 4
gpt4 key购买 nike

我正在查看 this问题并尝试运行 snippet答案中给出了这一点。我按照他们在评论中讨论的方式进行了操作,但仍然得到了“NotImplemented”异常。然后我继续this教程,尝试运行他们的代码并得到相同的异常。我注意到两个地方都在谈论正确的引用,但我不知道他们的意思。我已经缩小范围并发现,每次我尝试使用图表时都会抛出异常。“something”:

#r "System.Windows.Forms.DataVisualization.dll"

open System
open System.Drawing
open System.Windows.Forms
open System.Windows.Forms.DataVisualization.Charting

let chart = new Chart(Dock = DockStyle.Fill)
let form = new Form(Visible = true, Width = 700, Height = 500)
//this throws the exception:
chart.ChartAreas.Add(new ChartArea("MainArea"))

最佳答案

我建议查看F# Charting如果您在 Mono 上运行它,因为它有 GTK package跨平台工作。

关于图表:chart.ChartAreas.add 抛出异常:System.NotImplementedException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41827569/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com