1 write to Value
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
195Value = yValue,
3 references to Value
Aspire.Dashboard (3)
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 (2)
480__builder3.AddContent(32, FormatMetricValue(metricValueView.Value) 502__builder3.AddContent(36, metricValueView.Value