Charts with Sharp Develop and SQLite

Posted by Stark on Stack Overflow See other posts from Stack Overflow or by Stark
Published on 2010-06-07T10:47:08Z Indexed on 2010/06/07 10:52 UTC
Read the original article Hit count: 470

Filed under:
|
|
|

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:

  1. connecting and processing data using SQLite
  2. 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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET