|
ColorIndicator | | Sets how the colors are shown in the cells, either as a circle, square or the cell background.
The default is "Background" |
DataColumn | | (Required) The name of a data field/column returned from the DataLayer. |
ForegroundBlackAndWhite | | Automatically sets foreground color of text in each cell depending on the background color. When the background color is dark, the foreground font is set to white. When the background is light, the font becomes black.
ForegroundBlackAndWhite only applies when ColorIndicator="Background".
The default is "False". |
Height | | The height of the element.
For some elements, leave the height blank to automatically size the element to the height of the content. |
HighValueColor | | The color used for the highest values of the data set.
The default is green. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IndicatorTooltip | | Text that appears when the user hovers the pointer over a ColorIndicator when it's a circle or square. |
LowValueColor | | The color used for the lowest values of the data set.
The default is red. |
MediumValueColor | | The color used for values that are in the middle of the data set.
For CellColorSliders, the default is yellow. Otherwise, the default is the color between the LowValueColor and HighValueColor. |
ShowSlider | | Indicates if the CellColorSlider should show the slider control in the column header.
The default is "True". |
SliderTooltip | | The tooltip for the slider. |
Width | | The width of the element. |