reverse X-axis in vtk charts

Hi,

I am trying to change the sense of the X axis in a vtk chart. I would like that the axis decreases from left to right. Is this possible? I already tried this:
bottom->SetRange(Xaxis.back(),Xaxis.front());
but no success.

Thanks,
Z