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