Chart? vb2010

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
4 posts Page 1 of 1
Contributors
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Chart? vb2010
Dummy1912
Hello Friends,

how are you all?

i hope someone can help me because the person who was helping me didn't response anymore :(

i want to make a Chart from my database table i want to display
but i don't have any skills on that part of Chart

i search on google but didn't found what i need
so hope someone wanna help

here the part of the database i want to use:
Code: Select all
            Dim SQLconnect As New SQLite.SQLiteConnection()
            Dim SQLcommand As SQLiteCommand
            SQLconnect.ConnectionString = "Data Source=" & sPath & filename & ";" 
            SQLconnect.Open()
            SQLcommand = SQLconnect.CreateCommand
 
                        SQLcommand.CommandText = "SELECT categories_transactions.name FROM cash"


            Dim SQLreader As SQLiteDataReader = SQLcommand.ExecuteReader()
            While SQLreader.Read()

hope someone can make a chart on that to get the data from every table i want to show
thanks.

preview what it must look like:
Image
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Chart? vb2010
Dummy1912
no one?

thats a bummer cryer;
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: Chart? vb2010
CodenStuff
I'm not sure what info you are looking for but this page contains information on charts and data binding which could help you:

http://msdn.microsoft.com/en-us/library/dd456632.aspx
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Chart? vb2010
Dummy1912
hello #CodenStuff
yes i am aware of that :)
but i wanted to know how to get my data from a table
like the image in the chart :)

and thx for the reply :)
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
4 posts Page 1 of 1
Return to “Tutorial Requests”