CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2011
    Posts
    21

    Smile problems about drawing a bar chart?

    http://www.codeproject.com/KB/miscct...46#xx4112846xx
    this link shows how to creat a bar chart,but if the value of the input data is negative, the bar cannot be drawed, can anyone help me with this?thank you very much !

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: problems about drawing a bar chart?

    Nice chart!
    Well, that's it!... can deal only with positive values.
    This case, what you want sounds like a new (not yet implemented) feature.
    Just ask the author, pay someone, or sweat yourself in order to implement it.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  3. #3
    Join Date
    Aug 2011
    Posts
    21

    Re: problems about drawing a bar chart?

    Thank you for your advice ! I have solve the problem by rewriting drawbar function!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured