如题,想用echart代替自带的chart控件,实现图表显示。
最好是可以有.net控件,或者有例程教我们怎么做?
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected] .
If you are interested in the project, you may also subscribe our mail list.
Have a nice day! 🍵
ECharts can only run on the browser like platforms, which must contain JavaScript Engine and Canvas API. Like browser and node.js
You can use some addins such as CefSharp to embed browser control in .NET WinForm and use ECharts if you do want to, though not recommended practice.
Most helpful comment
You can use some addins such as CefSharp to embed browser control in .NET WinForm and use ECharts if you do want to, though not recommended practice.