Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Simple chart in VS2010

Options
  • 25-10-2011 1:25am
    #1
    Closed Accounts Posts: 1,155 ✭✭✭


    Hi all

    First time posting here, looking for your help.

    I am a noob software dev. I am fully self taught. I think what I am trying to do is quite easy but it's bogging me down.

    Basically I have a database (SQL server 2008) and I want to chart the data on a line graph in VS 2010.

    But I don't want to chart the raw data. I want to chart the result of a query. I have the query working on its own in SQL server man. studio. It is a group by select and groups data by hour over the last day.

    How should I go about making my chart in a windows form? Do I need a stores procedure?

    Thanks


Comments

Advertisement