Main Content

getSeparators

Class: slmetric.dashboard.Widget
Package: slmetric.dashboard

Determine whether there are lines on sides of Metrics Dashboard widget

Description

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

Input Arguments

expand all

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

Output Arguments

expand all

The structure array contains 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 widget side. A value of 0 indicates that there is no line on that widget side.

Version History

Introduced in R2018b