Main Content

getSeparators

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

Determine whether there are lines on sides of Metrics Dashboard container

Since R2018b

Description

S = getSeparators(container) returns a structure or an array of structures indicating whether there are lines on the sides of an slmetric.dashboard.Container object.

Input Arguments

expand all

Determine whether there are separators on the sides of an slmetric.dashboard.Container object.

Output Arguments

expand all

The output is a structure or an array of structures consisting of these fields:

  • S.top

  • S.bottom

  • S.left

  • S.right

Each field is empty or has a value of 1 or 0. An empty field indicates that you did not set a value. A value of 1 indicates that there is a line on that container side. A value of 0 indicates that there is not a line on that container side.

Version History

Introduced in R2018b