1 write to ShowCount
Aspire.Dashboard (1)
Components\Controls\Chart\ChartFilters.razor.cs (1)
35InstrumentViewModel.ShowCount = ShowCounts;
7 references to ShowCount
Aspire.Dashboard (7)
Components\Controls\Chart\ChartBase.cs (4)
97_renderedShowCount != InstrumentViewModel.ShowCount) 103_renderedShowCount = InstrumentViewModel.ShowCount; 493var unit = !InstrumentViewModel.ShowCount 500if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\ChartFilters.razor.cs (1)
28ShowCounts = InstrumentViewModel.ShowCount;
Components\Controls\Chart\MetricTable.razor.cs (2)
52if (!Equals(_instrument?.Name, InstrumentViewModel.Instrument?.Name) || _showCount != InstrumentViewModel.ShowCount) 60_showCount = InstrumentViewModel.ShowCount;