Scale Property [AutoFill]

This command is not used in Grapher beginning with version 5, but it was left in the program for backwards compatibility purposes. Use the VScale property in new scripts.

The Scale property returns or sets the vector fill pattern scale factor. Returns a Single.

Syntax

object.Scale

object.Scale = Scale

 

Parameter Type Description
Scale Single required, scale factor

 

Remarks

The scale factor works with vector fills, not stock or bitmap fills.

Example 1

This example demonstrates how to return the scale factor of a vector fill pattern.

Debug.Print Ellipse.Fill.scale

Example 2

This example demonstrates how to set the scale factor of a vector fill pattern.

Ellipse.Fill.scale = 5

 

Used by: AutoFill object