Main Content

getMargin

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

(To be removed) Obtain 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 = getMargin(Container)

Description

pixels = getMargin(Container) returns 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 obtaining the margin distance.

Output Arguments

expand all

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.