ICorrelationPlotSettings
Defined in: js-api/src/interfaces/d4.ts:808
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:844 |
backColor | number | - | js-api/src/interfaces/d4.ts:828 |
colHeaderFont | string | - | js-api/src/interfaces/d4.ts:832 |
controlsFont | string | - | js-api/src/interfaces/d4.ts:809 |
correlationType | "Pearson" | "Spearman" | - | js-api/src/interfaces/d4.ts:817 |
defaultCellFont | string | - | js-api/src/interfaces/d4.ts:830 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:858 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:870 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:872 |
filter | string | Formula that filters out rows to show. Examples: ${AGE} > 20 or ${WEIGHT / 2)} > 100, ${SEVERITY} == 'Medium', ${RACE}.endsWith('sian') | js-api/src/interfaces/d4.ts:842 |
help | string | Help to be shown when user clicks on the '?' icon on top. Could either be in markdown, or a URL (starting with '/' or 'http'). | js-api/src/interfaces/d4.ts:862 |
ignoreDoubleClick | boolean | Ignores double click behavior on the grid cells. | js-api/src/interfaces/d4.ts:826 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:865 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:868 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:835 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:848 |
showPearsonR | boolean | Shows the Pearson correlation coefficient inside the corresponding cell. | js-api/src/interfaces/d4.ts:820 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:852 |
showTooltip | boolean | Shows the tooltip with the corresponding scatter plot inside. | js-api/src/interfaces/d4.ts:823 |
table | string | - | js-api/src/interfaces/d4.ts:854 |
title | string | - | js-api/src/interfaces/d4.ts:850 |
xColumnNames | string[] | Columns to be put on the X axis | js-api/src/interfaces/d4.ts:812 |
yColumnNames | string[] | Columns to be put on the Y axis | js-api/src/interfaces/d4.ts:815 |