slmetric.dashboard.CustomWidget class
Package: slmetric.dashboard
Object for holding custom Metrics Dashboard widgets
Description
For custom or shipped metrics, use the slmetric.dashboard.CustomWidget
object to visualize metric data in the Metrics Dashboard. Choose a single value, radial gauge,
bar chart, or distribution heat map approach.
Construction
For slmetric.dashboard.Layout
,
slmetric.dashboard.Container
, or
slmetric.dashboard.Group
objects, use the addWidget
or
removeWidget
methods to add or remove
slmetric.dashboard.CustomWidget
objects from the Metrics Dashboard. Use
slmetric.dashboard.CustomWidget
methods to specify the widget
size.
Properties
Methods
getHeight | Obtain height of Metrics Dashboard custom widget |
getMetricIDs | Obtain metric identifier for custom Metrics Dashboard widget |
getPosition | Obtain custom widget position within Metrics Dashboard |
getSeparators | Determine whether there are lines on sides of Metrics Dashboard custom widget |
getWidths | Obtain widths of Metrics Dashboard custom widget |
setHeight | Specify height of Metrics Dashboard custom widget |
setMetricIDs | Set metric identifier for custom Metrics Dashboard widget |
setPosition | Set custom widget position within Metrics Dashboard |
setSeparators | Specify lines on Metrics Dashboard custom widget sides |
setWidths | Specify multiples widths for Metrics Dashboard custom widget |