class CSPX.Dashboard.Spacer
extends Meter
Spacer meter for Dashboard.
A spacer does not display any thing; it is simply
used to take up space in the dashboard for layout purposes.
parameter HEIGHT = 25;
Default height, in logical units, of this meter.
parameter MINHEIGHT = 1;
Minimum height, in logical units, of this meter.
parameter MINWIDTH = 1;
Minimum width, in logical units, of this meter.
parameter SHOWLABEL = 0;
Should this meter display the standard label
parameter WIDTH = 25;
Default width, in logical units, of this meter.
classmethod OnSVGScript()
Draw the script section of this SVG meter