Multipe X-Axes

Hello!

In my application i have chart with multi-y axis. I would like to switch x and y axis so i would have multi-x axis.
Is there an option to do so.
Chart is set up on run-time programmaticaly..

This feature is already included, you can set 


  AdvChartView1.Panes[0].XAxis.AutoSize := True; to see multiple X-Axis.

If you set AutoSize to false you will need to manipulate the MajorUnitSpacing to put the values below eachother.

Kind Regards, 
Scheldeman Pieter