This may or may not be possible, depending on a number of factors. First of all, are you using strings, numbers, or Date objects for your x-axis values? If you are using strings, then you have to set some combination of the hAxis suboptions slantedText, slantedTextAngle, maxAlternation, maxTextLines, minTextSpacing, and showTextEvery (documented in the
LineChart options). If you are using numbers, then you have to set the hAxis.gridlines.count option to the number of days you want to show (as each label corresponds to a gridline). If you are using Date objects, you are out of luck for the time being, as the hAxis.gridlines.count option is broken in combination with Dates (see bug report
here for more info).
In any case, if your chart isn't wide enough to draw the labels for all of your days, then you won't get all of them no matter what options you set (without changing the width, anyway).