unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.31k stars 391 forks source link

How to display the chart outside of the Worksheet? May be inside a WindowsForms Panel #426

Open oschakravarthi opened 3 years ago

oschakravarthi commented 3 years ago

Hi, How to display the chart outside of the Worksheet? May be inside a WindowsForms Panel

jingwood commented 3 years ago

The chart doesn't work outside a ReoGrid control, which requires a data source from a worksheet. You may consider putting an empty ReoGrid control and hide all grid lines and headers, just left a white background behind the chart.