I'm inprocess to create a simple application that draws chart using the data from SQLite. Is it possible ? I'm trying to go
this way for developing application:
- connecting and processing data using SQLite
- Fetching SQLite data for chart control and display results on chart
I'm using C# with sharp develop for this simple project.
Any pointers or suggestions for this?