cancel
Showing results for 
Search instead for 
Did you mean: 

Re:DynamicGraphics

Former Member
0 Kudos

hi all

I have created one dynamicgraphics using MultiGuage. Its working fine with the first and fourth quardant.But,i m facing the problem with second and third quardant.i gave calculated properties Expression like this

1.Firstquardent: format(((speed1/100)*90),0.00)

2.Secondquardent:format(((speed2/100)*180),0.00)

3.ThirdQuardent:format(((speed3/100)*270),0.00)

4.FourthQuardent:format(((speed4/100)*360),0.00)

Can you please give me solution for this.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

abesh
Contributor
0 Kudos

I've already replied to your mail.

Please mark this thread as answered and close it.

======================================================

Try This as the calculated properties :

1.Firstquardent: format(((speed1/100)*90),0.00)

2.Secondquardent:format((90 + ((speed2/100)*90)),0.00)

3.ThirdQuardent:format((180 + ((speed3/100)*90)),0.00)

4.FourthQuardent:format((270 + ((speed4/100)*90)),0.00)

Former Member
0 Kudos

Thanks for your instant respons

Answers (0)