このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
slmetric.dashboard.CustomWidget クラス
パッケージ: slmetric.dashboard
カスタム メトリクス ダッシュボード ウィジェットを保持するオブジェクト
説明
カスタム メトリクスまたは出荷時のメトリクスについて、slmetric.dashboard.CustomWidget
オブジェクトを使用して、メトリクス ダッシュボードでメトリクス データを可視化します。単一値、放射状ゲージ、棒グラフ、または分布ヒートマップの方法を選択します。
作成
slmetric.dashboard.Layout
、slmetric.dashboard.Container
、または slmetric.dashboard.Group
オブジェクトに対して、addWidget
メソッドまたは removeWidget
メソッドを使用してメトリクス ダッシュボードで slmetric.dashboard.CustomWidget
オブジェクトを追加または削除します。
メトリクス ダッシュボード レイアウトは同じサイズの 12 列に分割されます。slmetric.dashboard.CustomWidget
メソッドを使用して、ウィジェットのサイズを指定します。
プロパティ
メソッド
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 |
例
バージョン履歴
R2018b で導入