Skip to main content

IMatrixPlotSettings

Defined in: js-api/src/interfaces/d4.ts:2300

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:2333
autoLayoutboolean-js-api/src/interfaces/d4.ts:2313
backColornumber-js-api/src/interfaces/d4.ts:2319
cellPlotTypestring-js-api/src/interfaces/d4.ts:2311
controlsFontstring-js-api/src/interfaces/d4.ts:2301
descriptionstringViewer 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
filterstringFormula 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
fontstring-js-api/src/interfaces/d4.ts:2309
helpstringHelp 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
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:2354
innerViewerLookany-js-api/src/interfaces/d4.ts:2321
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-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
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:2337
showTitleboolean-js-api/src/interfaces/d4.ts:2341
showXAxesboolean-js-api/src/interfaces/d4.ts:2315
showYAxesboolean-js-api/src/interfaces/d4.ts:2317
tablestring-js-api/src/interfaces/d4.ts:2343
titlestring-js-api/src/interfaces/d4.ts:2339
xColumnNamesstring[]Columns to use on the X axisjs-api/src/interfaces/d4.ts:2304
yColumnNamesstring[]Column to use on the Y axisjs-api/src/interfaces/d4.ts:2307