Exemplo n.º 1
0
        private void RefreshHistogram()
        {
            string   statisticsLabel = view.SelectedStatisticsLabel;
            PlotView histograms      = !string.IsNullOrEmpty(statisticsLabel)
                ? GetPlotView(statisticsLabel)
                : null;

            view.LoadHistograms(histograms);
        }