2 references to Down
Aspire.Dashboard (2)
Components\Controls\Chart\MetricTable.razor.cs (2)
265return comparisonResult < 0 ? ValueDirectionChange.Down : ValueDirectionChange.Constant; 307ValueDirectionChange.Down => (new Icons.Filled.Size16.ArrowCircleDown().WithColor(Color.Warning), Loc[nameof(ControlsStrings.MetricTableValueDecreased)]),