CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2009
    Posts
    2

    Question Graphical Presentation of Levels

    i have just started wpf programming. now, i want to write e program that will take input from a device and will show corresponding input value as visual feedback. i have already taken the input using C# and i need to simulate that. (like water level display. there might be 1 to 20 levels, the display will show a graphical presentation using colored level (similar to audio equalizer) according to that value)

    can anyone help?

    Thanks.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Graphical Presentation of Levels

    You might want to start looking at a few WPF samples.

    Here's a bar chart sample, that may give you a few ideas.

    http://www.codeproject.com/KB/WPF/wpfchartlib2.aspx

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