Answered by:
Drawing Lines in ASP.NET

Question
-
User1181892337 posted
Hello everyone!
Working a project that has me doing the following:
- I have 5 countries and each country is represented by their flag
- Between each flag there are to be 2 lines representing "Incoming" and "Outgoing" phone calls
- Each line is to be the color green, unless the data I read from the database is below a certain number of calls
- If the number of "Incoming" or "Outgoing" calls falls below say 25 calls, I need to change the line color to red.
I'm not sure how to draw lines using ASP.NET. These aren't straight <HR>, they should be on angles. Maybe there is a way to rotate <HR> x degrees? Is there another way to draw diaganol lines? Any pointers how to work this?
Tuesday, August 4, 2009 6:06 AM
Answers
-
User-1171043462 posted
45 degrees not possible with table
may be you can try this
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, August 4, 2009 8:12 AM
All replies
-
User-1171043462 posted
You can go with HTML table and give left or right borders color you need
Tuesday, August 4, 2009 7:57 AM -
User1181892337 posted
This is a great idea and I gave it a try before posting. Maybe I'm not doing it correctly? I'm trying to achieve 45 degree angles :o/
Tuesday, August 4, 2009 8:03 AM -
User-1171043462 posted
45 degrees not possible with table
may be you can try this
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, August 4, 2009 8:12 AM -
User1774879675 posted
Hello all;
I need to draw a map within asp.net, but I`ve been getting some troubles!
I tried to use HTML 5 <canvas> with JavaScript, but this is not supported. Then, what can I do?
I need something like http://www.ibge.com.br/cidadesat/topwindow.htm?1
I`m wainting
Thursday, August 20, 2009 1:27 PM