elitzur Report post Posted December 1, 2010 hello good pepole, im using Cylinder Gauge with real time data the retuns from a diffrent aspx page. (the data comes from a sotred porcedure) everything seems to be working fine. the porblem is that i would like to max value of the Cylinder Gauge to be changed in reference to te value retuned. or if i could return a value that i want to be set as max value. all i could find is how to Staticly set the max value. can it be changed??? thanks alot Share this post Link to post Share on other sites
elitzur Report post Posted December 5, 2010 Any1???? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted December 6, 2010 Hey there, I'm afraid this is not possible, without updating the Max value and then the whole gauge, as of now. Share this post Link to post Share on other sites
elitzur Report post Posted December 6, 2010 Hey there, I'm afraid this is not possible, without updating the Max value and then the whole gauge, as of now. when you say update, you mean manuly going into the xml file and chaning it? or? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted December 6, 2010 Yes. I meant you'd have to change the static XML manually and then proceed. Share this post Link to post Share on other sites
elitzur Report post Posted December 7, 2010 ok i figerd out this could be done using the help of xmldocument (c#) when i use it in page_load event i check what comes back from the db and change the attribue of the xml file according Share this post Link to post Share on other sites
Sanjukta Report post Posted December 7, 2010 Hi, Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites