Orientation property: Timeline class

Description

Use this property to specify whether the timeline is displayed horizontally or vertically. You can specify a constant value for this property.

Valid values are:

  • %Chart_Horizontal - The timeline is displayed horizontally.

  • %Chart_Vertical - The timeline is displayed vertically.

This property is read/write.

Example

&oChart.Orientation = %Chart_Vertical;