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