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