Skip to main content

CSPX.Dashboard.Spacer

class CSPX.Dashboard.Spacer extends CSPX.Dashboard.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.

Method Inventory

Parameters

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.

Methods

classmethod OnSVGScript()
Draw the script section of this SVG meter

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab