setPosition

Class: slmetric.dashboard.Container
Package: slmetric.dashboard

Set container position within Metrics Dashboard

Syntax

setPosition(Container, num)

Description

setPosition(Container, num) sets the position of an slmetric.dashboard.Container object in an array that holds Metrics Dashboard objects. This array contains the Metrics Dashboard objects in an slmetric.dashboard.Layout, an slmetric.dashboard.Container, or an slmetric.dashboard.Group object. The order of containers in the array corresponds to proceeding from left to right, and then down in the Metrics Dashboard.

Input Arguments

expand all

Specify the slmetric.dashboard.Container object for which you set its position in the array.

Output Arguments

expand all

Position of slmetric.dashboard.Container object within an array that holds the Metrics Dashboard objects in either an slmetric.dashboard.Layout, an slmetric.dashboard.Container, or an slmetric.dashboard.Group object.

Data Types: double

Introduced in R2018b