OriginX and OriginY properties

Sets or returns the X and Y coordinates, respectively, for the origin of a plot.

Syntax

doubleVariable = object.OriginX

doubleVariable = object.OriginY

 

object.OriginX = <value>

object.OriginY = <value>

Where:

     doubleVariable is a double-precision variable (or value) representing the X or Y coordinate.

     object is the PlotManager object.

Examples ...

PlotProperties property example