Main Content

setMargin

R2026b

Class: slmetric.dashboard.Group
Namespace: slmetric.dashboard

(To be removed) Specify distance from group edge to its contents

The Metrics Dashboard app, model metrics, slmetric API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Design Dashboards.

Syntax

pixels = setMargin(Group,px)

Description

pixels = setMargin(Group,px) specifies how far in pixels the edges of an slmetric.dashboard.Group object is from the widgets that it contains.

Input Arguments

expand all

The slmetric.dashboard.Group object for which you are specifying margin size in pixels.

Data Types: char

Margin distance from group contents in pixels.

Example: '40 px'

Data Types: char

Version History

Introduced in R2018b

collapse all