Hi,
I am using SAPUI5 Timeline control and i need this to be displayed horizontal axis, I tried to use TimelineAxisOrientation property but still its not working!
And also what is the datetime format i have to use in this case (Ex: dateTime="2013-05-29T22:00:00" is not working)?
please see my XML view code as below:
<Timeline id="EmpTQ" tiltle="Training and Qualification" TimelineAxisOrientation="horizontal" width="30%" TimelineAlignment="Right" noDataText="Qualification Data not available" >
<content>
<TimelineItem title="Added to 2nd Shift" text="1st text" icon="sap-icon://activity-items" filterValue="Note"/>
<TimelineItem title="Trained on Packaging" text="2nd text" icon="sap-icon://accept" filterValue="Training"/>
<TimelineItem title="Added to Drymix" text="3rd text" icon="sap-icon://activity-items" filterValue="Note"/>
</content>
</Timeline>
Thanks,
Raghava