AddParallelPeriodMeasureDialog Constructor

Initializes the AddParallelPeriodMeasureDialog. Called during construction.
 

Parameters

adapter

Type: dundas.view.controls.Adapter
The adapter the metric set to have the measure added is on.
options

Type: Object
(optional) The default options specified, if any. Structure:
     metricSetBinding    [type: dundas.view.controls.MetricSetBinding]   - The default metric set binding to use.
     measureUniqueName   [type: String]                                  - The default measure to use (unique name).
     hierarchyUniqueName [type: String]                                  - The default time hierarchy to use (unique name).
     disableAutoClose    [type: Boolean, default: false]                 - (optional) Whether auto close should be cancelled or not.
     isNotVisualized     [type: Boolean, default: false]                 - (optional) Whether the added parallel period measure should be visualized or not.
 

Optional: True