ImageOrientation Property

Gets or sets the image orientation. In Raster Image graphs, this property controls how the graph is mapped to the window.

Syntax

object.ImageOrientation [= value]

Parameters

value
An enumerated graph type expression. Valid values are as described in the following table:

value Orientation Type Description
0 Identity Index values increase from left to right and bottom to top
1 XFlip Index value increase from right to left and bottom to top
2 YFlip Index value increase from left to right and top to bottom
3 ZFlip Index values increase from right to left and top to bottom

Remarks

This property applies only to graphs whose GraphType property is ImageMap.

See Also

GraphType