IMatrixPlotSettings
Defined in: js-api/src/interfaces/d4.ts:2300
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:2333 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:2313 |
backColor | number | - | js-api/src/interfaces/d4.ts:2319 |
cellPlotType | string | - | js-api/src/interfaces/d4.ts:2311 |
controlsFont | string | - | js-api/src/interfaces/d4.ts:2301 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:2347 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:2359 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:2361 |
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:2331 |
font | string | - | js-api/src/interfaces/d4.ts:2309 |
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:2351 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:2354 |
innerViewerLook | any | - | js-api/src/interfaces/d4.ts:2321 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:2357 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:2324 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:2337 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:2341 |
showXAxes | boolean | - | js-api/src/interfaces/d4.ts:2315 |
showYAxes | boolean | - | js-api/src/interfaces/d4.ts:2317 |
table | string | - | js-api/src/interfaces/d4.ts:2343 |
title | string | - | js-api/src/interfaces/d4.ts:2339 |
xColumnNames | string[] | Columns to use on the X axis | js-api/src/interfaces/d4.ts:2304 |
yColumnNames | string[] | Column to use on the Y axis | js-api/src/interfaces/d4.ts:2307 |