|
 | annotationStyle |
Gets or sets the annotation style.
|
 | background |
Gets or sets the brush used to fill the background of the control.
Inherited from dundas.controls.DataControl.
|
 | borderBrush |
Gets or sets the brush used to fill the border around the control.
Inherited from dundas.controls.DataControl.
|
 | borderRadius |
Gets or sets the radius in pixels for rounding the corners of the border.
Inherited from dundas.controls.DataControl.
|
 | borderStyle |
Gets or sets the style of the border around the control.
Inherited from dundas.controls.DataControl.
|
 | borderWidth |
Gets or sets the width of the border around the control.
Inherited from dundas.controls.DataControl.
|
 | canvasService |
Gets the canvas service associated with this control.
Inherited from dundas.controls.DataControl.
|
 | colorRules |
Gets an array of rules determining the data label background color based on a data value.
|
 | container |
Gets the DOM element this control will render to.
Inherited from dundas.controls.DataControl.
|
 | currentStyleId |
Gets or sets the current style ID.
|
 | darkFontColor |
Gets or sets the font color used to contrast against light colors from color rules.
|
 | desiredHeight |
Gets the desired height of this control.
|
 | height |
Gets the current rendered height of the control.
Inherited from dundas.controls.DataControl.
|
 | horizontalTextAlignment |
Gets or sets the horizontal alignment of text.
|
 | hoverBackground |
Gets or sets the background of the data label when the
mouse hovers over the control.
|
 | hoverFontColor |
Gets or sets the font color of the data label when the
mouse hovers over the control.
|
 | id |
Gets a unique value identifying this instance.
Inherited from dundas.controls.DataControl.
|
 | innerPadding |
Gets the total padding reserved between the boundaries of the control and its content.
Inherited from dundas.controls.DataControl.
|
 | isAligning |
Gets or sets a value indicating whether the control is currently being aligned.
Inherited from dundas.controls.DataControl.
|
 | isClickEventSelectionEnabled |
Gets or sets whether click events will trigger the
selection feature.
|
 | isDrawPending |
Gets a value indicating whether the control is about to re-draw.
Inherited from dundas.controls.DataControl.
|
 | isEmptyDataHidden |
Gets or sets a value indicating whether pre-set punctuation
is hidden when the data source is empty.
|
 | isHovered |
Gets or sets whether the data label should be displayed as hovered over.
|
 | isKeywordValueChangesHighlighted |
Gets or sets whether this control should perform highlight
animations when the values of measures associated to
keywords in the text are changed.
|
 | isRenderedAsHTML |
Gets or sets whether the text should be rendered as HTML.
|
 | isSelected |
Gets or sets whether the data label should be displayed as selected.
|
 | isWhitespaceIgnored |
Gets or sets whether regular line-breaks and extra spaces are skipped when rendering.
|
 | keywordValueChangeHighlightColor |
Gets or sets the highlight color to apply to the background
during keyword change animations.
|
 | keywordValueChangeHighlightDuration |
Gets or sets the length of the animation performed when a
text keyword value changes.
|
 | legend |
Gets or sets the legend used by this control.
Inherited from dundas.controls.DataControl.
|
 | lightFontColor |
Gets or sets the font color used to contrast against dark colors from color rules.
|
 | padding |
Gets or sets the padding reserved between the boundaries of the control and its content.
Inherited from dundas.controls.DataControl.
|
 | selectedBackground |
Gets or sets the background color of the data label when
the control is selected.
|
 | selectedFontColor |
Gets or sets the font color of the data label when the
control is selected.
|
 | stateStyles |
Gets the set of styles to be applied to the data label conditionally based on
the data's current state.
|
 | text |
Gets or sets the text of the data label, which can include placeholder keywords.
|
 | textOverflow |
Gets or sets how overflowed content should be rendered by
this control.
|
 | textWrap |
Gets or sets a value indicating whether text can be wrapped onto multiple lines.
|
 | tooltip |
Gets or sets the tooltip of this data label.
|
 | tooltipMouseDelay |
Gets or sets the tooltip of this data label.
|
 | verticalTextAlignment |
Gets or sets the vertical alignment of text.
|
 | width |
Gets the current rendered width of the control.
Inherited from dundas.controls.DataControl.
|