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