UniPlot.WidthΒΆ

This property sets the UniPlot window width in pixel.

UniPlot.Width = nPixsels

Parameters

nPixels

nPixsels.

Example

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

id-787413