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