How to visualize rang of numbers in c#?

Uzamčený How to visualize rang of numbers in c#?

  • 12. dubna 2012 12:26
     
     

    Hi,

       In my file ,i have 0-1000,1500-2000,2200-3000....6000.what is my requirement is,reading this number and visualize like below diagram.

    for ex:1000-1500 between there is no value,then gap should be there.


    Thanks & Regards, S.Guru

Všechny reakce

  • 12. dubna 2012 12:34
     
     

    Sorry, but I dont actually see any pattern.

    Would ypu be please more specifc? Add a few examples, so we can see how it continues.


    Mitja

  • 12. dubna 2012 13:13
     
     

    Please, if you need any help, write it down. What does those white lines in the image represents?  I can see they split numbers into groups, but I dont actually know what do you want exactly.

    Please, cant you write some decent issue explanation? Come on, I know you can do it.

    thx in advance.


    Mitja

  • 12. dubna 2012 13:14
     
     Odpovědět
    create a canvas in wpf, add a rectangle for each range, use the range min/max as Canvas.Left/Rectangle.Width for each rectangle
    • Označen jako odpověď S.Guru 23. července 2012 12:00
    •