SetWindowToPlot Method

Sets the coordinates that define the portion of the layout to plot.

See Also | Example

Signature

object.SetWindowToPlot(LowerLeft, UpperRight)

Object

Layout, PlotConfiguration
The object or objects this method applies to.

LowerLeft

Variant (two-element array of doubles); input-only
The X and Y values for the lower-left window.

UpperRight

Variant (two-element array of doubles); input-only
The X and Y values for the upper-right window.

Remarks

The window coordinates are taken from the origin.

The units for these values are specified by the PaperUnits property.

The PlotType property must be set to acWindow for these coordinates to be used for the plot.

 

   Comments?