1 write to ShowCount
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
195_instrumentViewModel.ShowCount = showCount;
7 references to ShowCount
Aspire.Dashboard (7)
Components\Controls\Chart\ChartBase.cs (4)
104_renderedShowCount != InstrumentViewModel.ShowCount) 110_renderedShowCount = InstrumentViewModel.ShowCount; 153var unit = !InstrumentViewModel.ShowCount 160if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\ChartContainer.razor.cs (1)
190if (_instrumentViewModel.ShowCount == showCount)
Components\Controls\Chart\MetricTable.razor.cs (2)
51if (!Equals(_instrument?.Name, InstrumentViewModel.Instrument?.Name) || _showCount != InstrumentViewModel.ShowCount) 59_showCount = InstrumentViewModel.ShowCount;