Putting in a dynamic value.

Hello, I am currently passing a value that is constantly changing into the circular gauge Pointer Value. The problem is it always starts from 0 and moves to the new value. Is it possible to have it move from its most recent value to the new value? I do not want it to go to 0 and come back to the new value everytime the dynamic value is updated. 

Please help me out. Thanks alot.


1 Reply

IR Indumathi Ravi Syncfusion Team January 27, 2022 10:01 AM UTC

Hi Spruha, 
Thank you for contacting Syncfusion support. 
We are unable to reproduce the reported issue when the pointer value is updated with the “setPointerValue” method dynamically in the Circular Gauge control. We have created a sample to demonstrate the same and it can be found from the below stackblitz link. 
We suspect that you are changing the pointer values using “value” API in the “pointers” property of the Circular Gauge. This property change will refresh the control and so the pointer value starts from “0” to the specified value. We recommend using “setPointerValue” method to change the pointer value from the existing value. 
Please let us know that the above sample meets your requirement and let us know if you need any further assistance. 
Regards, 
Indumathi R. 


Loader.
Up arrow icon