I want to create a Winform application which displays Datagrid, Charts on it. My requirement is, that the user should be able to posit
Winform
Datagrid
Charts
You can use a WPF Canvas in a Windows Forms application. Just place the Canvas inside of an ElementHost control.