Resizing Object in ASP

  • Thread starter Thread starter Coolsat
  • Start date Start date
C

Coolsat

I am a newbie to ASP.net, I have previous VB.net experience but I am
stumped on something that hopefully is quite simple.

I have an object on my page, it is a thirdparty chart from ChartFX.
What I need is to resize this chart depending on the results my dataset
from a query return. When a button is pressed everything works fine,
query is done, chart is drawn. but i cannot resize the chart. I have
the chart defaulted to 200pixels in height. I have tried hardcoding it
to "Chart1.Height.Pixel(500)" when the event is triggered, but it will
not resize. I have tried the same thing to test on resizing a button,
just to see if i can resize object during an event trigger and that
will not work also. I am missing something? or can this be done in ASP?

TIA
 
Whether or not the chart can be resized, and how, would be determined
entirely by the author of the Control. Why don't you ask them?
http://www.softwarefx.com/SFXSupport/

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer

Presuming that God is "only an idea" -
Ideas exist.
Therefore, God exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top