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