StyleCode Property: tilePlacement
tilePlacement
Specifies which placement mode to use.
Applies to | Type | Default |
---|---|---|
tile | fixed ,bottom | bottom |
Details
Used for the dashboard layout pipeline. Rarely specified with StyleCode syntax. Instead, the standard Envision syntax provides tile placement information after the title:
show scalar "Value" a1b1 with A
If not provided, bottom
will be used. If provided, this property takes
value fixed
, and the position token is parsed to assign properties
tileX
and tileY
, and optionally
tileW
and tileH
.