1 write to MatchedDimensions
Aspire.Dashboard (1)
Model\InstrumentViewModel.cs (1)
21MatchedDimensions = matchedDimensions;
5 references to MatchedDimensions
Aspire.Dashboard (5)
Components\Controls\Chart\ChartBase.cs (5)
80InstrumentViewModel.MatchedDimensions is null || 93var dimensionAttributes = InstrumentViewModel.MatchedDimensions.Select(d => d.Attributes).ToList(); 490Debug.Assert(InstrumentViewModel.MatchedDimensions != null); 502(traces, xValues, exemplars) = CalculateChartValues(InstrumentViewModel.MatchedDimensions, GraphPointCount, tickUpdate, inProgressDataTime, unit); 509(traces, xValues, exemplars) = CalculateHistogramValues(InstrumentViewModel.MatchedDimensions, GraphPointCount, tickUpdate, inProgressDataTime, unit);