Previous topic

UniPlot.Height

Next topic

UniPlot.Top

This Page

UniPlot.LeftΒΆ

This property sets the UniPlot window left position in pixel.

UniPlot.Left = nPixsels

Parameters

nPixels

nPixsels.

Example

app = CreateObject("UniPlot.Application")
app.Left = 100

id-533834