BorderWidths     Procedure (Sub)

Public Sub BorderWidths(Optional Left As Single = -1, Optional Top As Single = -1, Optional Right As Single = -1, Optional Bottom As Single = -1)

Specify the size of the graph borders on the page.

ParameterTypeDescription

Left

Single

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

Top

Single

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

Right

Single

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

Bottom

Single

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

Example

Call ecGraph1.BorderWidths(left, top, right, bottom) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd