Hi guys,

I'm currently trying to develop a simple graph on my website by using 3 panels.
Basically I want to use one panel for the background image (X and Y axis) and the other two for bar graph blocks.

My problem is that the panels are set to left justified...Like a word processor...I know how to change them to center or right justified. I need to be able to move objects in the background panel freely w/o any justification (like a windows form). How do I go about accomplishing this on my .aspx web form (Using VB.net)?

Thanks,
Justin

Recommended Answers

All 2 Replies

Well I couldn't get the panels to work...so I solved my problem by using labels...it looks ridiculous though. Anyone know of a good way to create bar graphs with vb.net (web form)?
Justin

Hi Justin- Just a thought, and I'd have to think about how to do it some, but you could have the server create a temporary jpeg file with the graph... load that dynamically into the page?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.