DevsDNA / DNAXFCircularProgress

Circular progress chart with text and animations
Apache License 2.0
24 stars 5 forks source link

there is no progress #2

Open brsusta opened 6 years ago

brsusta commented 6 years ago

I am doing this with the code and the value variable, but there is no change in the progress bar

Progress.Value = Convert.ToInt32(Convert.ToDouble(100 * 20) / Convert.ToDouble(10000); Progress.Text = Progress.Value.Value.ToString();

I'm assigning values ​​with this code, but is not refreshing or am I doing something wrong?