Defines the number of rows across a Figure of Plots.


       Lib.Figure.Rows = #Rows


#Rows:   (Byte) 1 to 10

Default:   1 row


The Rows value will be automatically set to the number of Plots unless the Cols property is set.


Example:

Figure.Rows = 3

Figure.Cols = 1