FixedAspect Property

Gets or sets a value that determines whether the aspect ratio (the ratio of width to height) is maintained when the control window is resized.

Syntax

object.FixedAspect [= value]

Parameters

value
A Boolean expression, that when TRUE, causes the aspect ratio to be fixed, and when FALSE, allows the aspect ratio to vary with the window size.

Remarks

For Image Map graphs, when Fixed Aspect Ratio is enabled, the relative lengths of the X and Y axis don't change as the graph is resized. If it is disabled, the X and Y axis are independently scaled to fit the view area.

This property has no effect for other graph types.

See Also

GraphType