|
 | background |
Gets or sets the brush used to fill the background of the control.
Inherited from dundas.controls.Parameter.
|
 | border |
Gets or sets the border in the control.
Inherited from dundas.controls.Parameter.
|
 | currentHierarchyId |
Gets or sets the ID of the hierarchy most recently used to populate the values.
|
 | currentHierarchyUniqueName |
Gets or sets the unique name of the hierarchy most recently used to populate the values.
|
 | groupingColor |
Gets or sets the color used to draw lines to group multiple values together under a label.
|
 | handleActiveBackground |
Gets or sets the background of the handle when active.
|
 | handleActiveBorder |
Gets or sets the border of the handle when active.
|
 | handleActiveBoxShadow |
Gets or sets the active box-shadow of the handle when active.
|
 | handleActiveHeight |
Gets or sets the height of the slider handle when active.
|
 | handleActiveWidth |
Gets or sets the width of the slider handle when active.
|
 | handleCursor |
Gets or sets the cursor of the slider handle.
|
 | handleRestBackground |
Gets or sets the background of the handle when at rest.
|
 | handleRestBorder |
Gets or sets the border of the handle when at rest.
|
 | handleRestBoxShadow |
Gets or sets the box-shadow of the handle when at rest.
|
 | handleRestHeight |
Gets or sets the height of the slider handle when at rest.
|
 | handleRestWidth |
Gets or sets the width of the slider handle when at rest.
|
 | hierarchy |
Gets or sets the hierarchy that should be used to populate the levels.
|
 | includeAttributeTokens |
Gets or sets a value indicating whether or not attribute tokens should be included in the call for tokens.
Normally this is not desired.
Inherited from dundas.controls.Parameter.
|
 | isContextMenuHidden |
Gets or sets a value indicating whether or not the context menu should be hidden.
Inherited from dundas.controls.Parameter.
|
 | isDefaultTimeHierarchyShown |
Gets or sets a value indicating whether the default time hierarchy should be shown regardless of
the hierarchy given to the control.
|
 | isEachLevelLabeled |
Gets or sets a value indicating whether upper levels are each labeled in
additional rows of labels when displaying a lower level.
|
 | isInvertHidden |
Gets or sets a value indicating whether or not the inversion context menu option context menu and token menu option should be hidden.
Inherited from dundas.controls.Parameter.
|
 | isParameterTypeIconHidden |
Gets or sets a value indicating whether or not the parameter type icon will be shown.
Inherited from dundas.controls.Parameter.
|
 | isPlaying |
Gets a value indicating whether the play axis is currently automatically
progressing through values.
|
 | isPlayPauseEnabled |
Gets or sets a value indicating whether the play/pause button for starting
or stopping automatic progression through values is displayed.
|
 | isRangeEnabled |
Gets or sets a value indicating whether both a start and end value can be chosen and
displayed along the slider, indicating a range of values.
|
 | isStartPinned |
Gets or sets a value indicating whether the start value of the range is 'pinned' when automatically
progressing so that only the end value changes.
|
 | isTokenMenuHidden |
Gets or sets a value indicating whether or not the token menu should be hidden.
This property is a shortcut to setting tokenMenuVisibility directly. It will return true if tokenMenuVisibility is NONE; otherwise false.
Inherited from dundas.controls.Parameter.
|
 | isUnresolvedTokenCaptionShown |
Gets or sets a value indicating whether or not the unresolved token caption should be used instead of the resolved one.
For example, by default the 'current month' would show the resolved month such as 'January 1, 2017', however in unresolved mode it will display 'Current Month'.
Inherited from dundas.controls.Parameter.
|
 | isValueTooltipShown |
Gets or sets a value indicating whether a tooltip appears when the selected
value is changed by this control.
|
 | isVertical |
Gets or sets a value indicating whether this control should be laid out vertically.
Inherited from dundas.controls.Parameter.
|
 | labelPosition |
Gets or sets the label position in the control.
Inherited from dundas.controls.Parameter.
|
 | levelDepth |
Gets or sets a value indicating the current level relative to the top.
|
 | members |
Gets the members currently displayed by the control.
|
 | parameterValue |
Gets or sets the parameter value this control will update.
Inherited from dundas.controls.Parameter.
|
 | parentEntityId |
Gets or sets the parent entity ID which will be used to resolve a parameter value's token. This is typically a metric set, but is optional and may not be set.
|
 | parentMember |
Gets or sets the parent member for which to display child members, if applicable.
|
 | playPauseActiveBackground |
Gets or sets the background of the play/pause button when hovered with a mouse.
|
 | playPauseBackground |
Gets or sets the background of the play/pause button.
|
 | playPauseSize |
Gets or sets the height and width of the play/pause button in pixels.
|
 | rangeBackground |
Gets or sets the background of the progress range in the slider.
|
 | rangeBorder |
Gets or sets the border of the progress range in the slider.
|
 | rangeThickness |
Gets or sets the thickness of the progress range in the slider.
|
 | shownMembers |
Gets or sets a list of member values indicating which members will be shown. This can be null if no filter is desired.
|
 | shownTokens |
Gets or sets a list of token IDs indicating which tokens will be shown. This can be null if no filter is desired.
Inherited from dundas.controls.Parameter.
|
 | sliderBackground |
Gets or sets the background of the slider bar.
|
 | sliderBorder |
Gets or sets the border of the slider bar.
|
 | sliderBoxShadow |
Gets or sets the box shadow of the slider bar.
|
 | sliderThickness |
Gets or sets the thickness of the slider bar.
|
 | stepDuration |
Gets or sets the duration in milliseconds between each progression between
values along the slider when playing.
|
 | tickMarkStroke |
Gets or sets the tick mark brush.
|
 | tickMarkStrokeWidth |
Gets or sets the tick mark width.
|
 | tokenMenuVisibility |
Gets or sets a value indicating where the token menu is visible.
Inherited from dundas.controls.Parameter.
|
 | tooltipDelay |
Gets or sets the delay in milliseconds after hovering over this control with a mouse before its tooltip is displayed.
Inherited from dundas.controls.Parameter.
|
 | tooltipText |
Gets or sets the text tooltip displayed in the control.
|
 | valueChangeTooltipDuration |
Gets or sets the length of time a tooltip is shown displaying
the new value when changed using this control.
|