In my case where I have combo chart between bars and lines, I enabled pointSize for lines that had common values. I needed to make the size of points large enough so mousing over them would highlight the data values. I used the google chart samples and played around with it. Here is that code showing what I did. I also only tested in the google chrome browser, so I do not know if mousing over will work in FF or IE browsers.
The first line drawn (first line series) needs the largest point size while the last line drawn needs to the smallest point size.
It is not the same as showing all the values at once, but at least there is visual cue and you can see all the values.