1 instantiation of MetricValueView
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
192return new MetricValueView
4 references to MetricValueView
Aspire.Dashboard (4)
Components\Controls\Chart\MetricTable.razor.cs (1)
176var valueDiff = yValue is not null && (previousMetric as MetricValueView)?.Value is { } previousValue ? yValue - previousValue : yValue;
Components_Controls_Chart_MetricTable_razor.g.cs (3)
406else if (_metrics.Values.All(value => value is MetricValueView)) 433var metricValueView = context as MetricValueView;