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