I figured that out also by checking into other existing projects. Just did not posting earlier. But thanks for help anyway.
System.Windows.Forms.DataVisualization for .net Core 5
I created a Winform .netCore 5 project and installed GitHub HIC.System.Windows.Forms.DataVisualization for charting. also installed Skender.Stock.Indicators
Goal is to do a stock candlestick chart with EMA indicators. Somehow everything compiled fine, but when I clicked on the button and the chart just does not show up. Someone please help to figured out what was missing?
Entire code is in the attached file.124871-chart1.txt
1 additional answer
Sort by: Most helpful
-
Timon Yang-MSFT 9,591 Reputation points
2021-08-20T01:49:14.56+00:00 Try to add Chart to the Control collection:
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.