slmetric.dashboard.Configuration class
Package: slmetric.dashboard
Description
Instances of slmetric.dashboard.Configuration
contain information on
the layout and types of widgets in the Metric Dashboard.
Construction
Use the slmetric.dashboard.Configuration
class to specify the layout
and types of widgets in the Metrics Dashboard. To create an
slmetric.dashboard.Configuration
object, use the new
method. Each slmetric.dashboard.Configuration
object contains one
slmetric.dashboard.Layout
object. Use the methods and properties of the
slmetric.dashboard.Layout
class to customize the widgets and layout of
the Metrics Dashboard.
You can modify an existing Metrics Dashboard layout, such as the shipped Metrics Dashboard
layout, by using the getDashboardLayout
method.
Properties
Methods
getDashboardLayout | Create Metrics Dashboard layout object in base workspace |
new | Create configuration object for customizing Metrics Dashboard layout |
open | Create slmetric.dashboard.Configuration object associated with
XML configuration file in the base workspace |
openDefaultConfiguration | Return shipping Metrics Dashboard configuration object in base workspace |
save | Save contents of slmetric.dashboard.Configuration object to XML
file |
Examples
Version History
Introduced in R2018b