SMA Sunny Data Control V.5.0 User Manual
Page 121

Transferring Data to the Internet
SMA Technologie AG
Technical Description
SDC-TEN081450
123
Width, Height (Integer)
Each component in the applet has its own height (Y) and width (X). The components are arranged
in rows from left to right, on the basis of these two dimensions. If there is no longer sufficient space
on the right in the applet, the component is positioned in the next row:
Width describes the horizontal dimensions and height describes the vertical dimensions of a
component in the applet. The value is given in pixels.
Example
<PARAM name=chart1.Width value=100>
<PARAM name=chart1.Height value=50>
This example defines the size of the component "chart1" as 100 x 50 pixels.
Applet
Applet
Component 1
Component 2
Component 3
Component 4
Component 1
Component 2
Component 3
Component 4