UniPlot.HeightΒΆ
This property sets the UniPlot window height in pixel.
- UniPlot.Height = nPixels
Parameters
- nPixels
nPixels.
Example
app = CreateObject("UniPlot.Application")
app.Visible = TRUE
app.Left = 100
app.Height = 200
See also
id-636129