# File temp/Graph/TimeSeries.rb, line 185
      def get_x_labels
        get_x_values.collect { |v| Time.at(v).strftime( x_label_format ) }
      end