GraphPosition     Procedure (Sub)

Public Sub GraphPosition(Optional Left As Single = -1, Optional Top As Single = -1, Optional Width As Single = -1, Optional Height As Single = -1)

Specify the position of the graph on the page.

ParameterTypeDescription

Left

Single

Left, as % of page width. Use -1 to leave current value unchanged."

Top

Single

Top, as % of page height. Use -1 to leave current value unchanged."

Width

Single

Width, as % of page width. Use -1 to leave current value unchanged."

Height

Single

Height, as % of page height. Use -1 to leave current value unchanged."

Example

Call ecGraph1.GraphPosition(left, top, width, height) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd