Main Content

setMargin

Class: slmetric.dashboard.Container
Namespace: slmetric.dashboard

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

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.

Syntax

pixels = setMargin(Container,px)

Description

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

Input Arguments

expand all

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

Data Types: char

Margin distance from container contents in pixels.

Example: '40 px'

Data Types: char

Version History

Introduced in R2018b

collapse all

R2022a: Metrics Dashboard will be removed

The Metrics Dashboard user interface, metricdashboard function, slmetric package API, and corresponding customizations will be removed in a future release. For more information, see Migrating from Metrics Dashboard to Model Maintainability Dashboard.