about graph generation in vb6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rekhasc
    New Member
    • Oct 2007
    • 66

    about graph generation in vb6.0

    how to generate a graphs on query basis.....(dail y,weekly,monthl y,yearly,totall y)
    i did the program on adding amounts on date basis , i want to know about how to generate a graphs on that...........
    i am doing in vb6.0...(adodc1 )
    and the backend is ms access......... .
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Try to use the MsChart control for the purpose.

    Comment

    • rekhasc
      New Member
      • Oct 2007
      • 66

      #3
      Originally posted by debasisdas
      Try to use the MsChart control for the purpose.



      i am using mschart.. and also i have connected the database.but the graph is not coming......... . i am using 3 fields in db date, description and amount...
      i have to draw the graph against date and amount......... ...... and the graph should be automatically update......... ........could u plz help me....

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Is the description field is a number type field.

        Comment

        • rekhasc
          New Member
          • Oct 2007
          • 66

          #5
          Originally posted by debasisdas
          Is the description field is a number type field.


          date-date/time(medium date)
          description-text
          amount-number

          Comment

          Working...