Invient Charts. TimeSeriesZoomable.

Hello!
This add-on is nice! But I have a problem… I have a big array of numbers (6000-length) so I decided to use TimeSeriesZoomable type. But I need to do my X axis measured in milliseconds, not in date.
So there are question:

  1. Is there a combination of functions such as serieaAreaCfg.setPointStart(double); serieaAreaCfg.setPointInterval() in DateTimeAxis class which brings me a result?
  2. Is it possible to use in such case NumberXAxis class?