The following worked for me,
On tick marks test_chart.set_x_axis({'name': 'Time', 'position_axis': 'on_tick'})
Between tick marks test_chart.set_x_axis({'name': 'Time', 'position_axis': 'between_tick'})