for all objects, except for the TickLabels object, which is read/write Variant.
| XlTickLabelOrientation can be one of these XlTickLabelOrientation constants. |
| xlTickLabelOrientationAutomatic |
| xlTickLabelOrientationDownward |
| xlTickLabelOrientationHorizontal |
| xlTickLabelOrientationUpward |
| xlTickLabelOrientationVertical |
expression.Orientation
expression Required. An expression that returns one of the above objects.
Example
This example sets the orientation for the chart title.
myChart.ChartTitle.Orientation = xlHorizontal