1 reference to EffectiveValue
Aspire.Dashboard (1)
Components\Controls\AspireProgressRing.razor.cs (1)
66private double Progress => Max > Min ? (EffectiveValue - Min) / (Max - Min) : 0;