.. highlightlang:: us .. index:: UniPlot.Height .. _uniplot.height: UniPlot.Height ============== .. us.tag UniPlot.Height NOTREADYENGLISH Programming.ActiveX New300 This property sets the UniPlot window height in pixel. .. function:: UniPlot.Height = nPixels .. us.params **Parameters** .. uparam:: nPixels *nPixels*. .. us.example **Example** :: app = CreateObject("UniPlot.Application") app.Visible = TRUE app.Left = 100 app.Height = 200 .. seealso:: :ref:`overview-programming`, :ref:`UniPlot.Visible`, :ref:`UniPlot.Call` :sub:`id-636129`