Element Details: Cell+Color+Slider
 Back


Available in: Logi Info Source code name: CellColorSlider

CellColorSlider shows a column's numeric values with a colored indicator or background. The colors are set depending on where the value fits within the overall population of values within the table. Low values are one color, middle values a second, and a third color for high values. CellColorSlider makes it easy to visualize how values in a column relate to each other.

The user can manipulate a slider control at the top of the column to adjust "center color" value.

The Width and Height attributes specify the size of the slider bar in pixels. The default values are 60 and 5.

CellColorSlider goes under DataTableColumn elements. But not DataTableColumns that are under SubDataTables.

Element Group:Charts, Gauges and GIS Maps



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ColorIndicator
Square
Circle
Background
Sets how the colors are shown in the cells, either as a circle, square or the cell background. The default is "Background"
DataColumn
UserDefined
(Required) The name of a data field/column returned from the DataLayer.
ForegroundBlackAndWhite
True
False
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
UserDefined
The height of the element. For some elements, leave the height blank to automatically size the element to the height of the content.
HighValueColor
UserDefined
The color used for the highest values of the data set. The default is green.
ID
UserDefined
(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
UserDefined
Text that appears when the user hovers the pointer over a ColorIndicator when it's a circle or square.
LowValueColor
UserDefined
The color used for the lowest values of the data set. The default is red.
MediumValueColor
UserDefined
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
True
False
Indicates if the CellColorSlider should show the slider control in the column header. The default is "True".
SliderTooltip
UserDefined
The tooltip for the slider.
Width
UserDefined
The width of the element.



PARENT ELEMENTS

Click element to drill down for more information.

Data Table Column


CHILD ELEMENTS

Click element to drill down for more information.

Action.Export CSV
Action.Export Native Excel
Action.Export Native Word
Action.Export PDF
Action.Export Word Or Excel
Action.Export XML
Action.Google Spreadsheet
Action.Javascript
Action.Link
Action.Map Location
Action.Popup Menu
Action.Process
Action.Refresh Element
Action.Report
Action.Show Element
Action.Template


 Back to top


 Chart Debug