private void displayNumberObservations()
        {
            int count = SeriesData.NumberObservation(this.startDate, this.endDate, this.frequency);

            this.setNumberObservations(count);
        }