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
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