Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem with gauge chart alignment , the issue is, consider I have four gauge chart of each four ID the thing is when I click first id the corresponding gauge chart should appear on the window ,if I click two id's simultaneously that related gauge chart should appear , but alignment should be same for all gauge chart .what ever id I press it should occupy same place .
For eg:
If I press 1 the corresponding gauge should appear at left
If I press 2 the corresponding gauge should appear at the same place (as same in left most corner)
If I press 1and 2 the first gauge should appear at the left and the 2nd one just next to the first one
I will appreciate if some one help me to come out of this problem
Thank you.
I'd create four Gauges with statuc locations and dynamic expressions. The expression should change depending on the selected ID(s).
If want to post an example, I could demonstrate what I mean.
Oleg
Hi ansky ,
Thanks for you comments', I hope i have understand your explanation, what you mentioned above this will work according to the dynamic expression but, my problem is
* When I click 1st id the related gauge should appear ON FULL window
* if I click two id's simultaneously 1 and 2 ,the related gauge chart should share 50-50% of window so, two gauge should appear next to next
Same should applicable if I click 3 and 4 , the related gauge chart should share 50-50% of window so, two gauge should appear next to next .
Same should applicable if I click 1 and 4 , the related gauge chart should share 50-50% of window so, two gauge should appear next to next .
If I click all the four each should share 25% screen. so,four gauge chart should appear on screen
I attached example application please check and do need full
Thank you