ITrellisPlotSettings
Defined in: js-api/src/interfaces/d4.ts:3891
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:3971 |
allowViewerFullScreen | boolean | if false, full screen icon will not be shown on inner viewer hover | js-api/src/interfaces/d4.ts:3899 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:3948 |
backColor | number | - | js-api/src/interfaces/d4.ts:3950 |
categoryLabelFont | string | - | js-api/src/interfaces/d4.ts:3901 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:3969 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:3985 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:3997 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3999 |
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:3966 |
globalScale | boolean | If checked, all inner viewers use the same axis scales. | js-api/src/interfaces/d4.ts:3930 |
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:3989 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:3992 |
innerViewerLook | any | - | js-api/src/interfaces/d4.ts:3903 |
innerViewerLooks | object | - | js-api/src/interfaces/d4.ts:3905 |
legendPosition | "Top" | "Bottom" | "Auto" | "Left" | "Right" | "RightTop" | "RightBottom" | "LeftTop" | "LeftBottom" | - | js-api/src/interfaces/d4.ts:3956 |
legendVisibility | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:3954 |
onClick | "Select" | "Filter" | "None" | Action to be performed when you click on a trellis cell | js-api/src/interfaces/d4.ts:3940 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:3995 |
packCategories | boolean | - | js-api/src/interfaces/d4.ts:3942 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:3959 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:3975 |
showControlPanel | boolean | - | js-api/src/interfaces/d4.ts:3935 |
showGridlines | string | - | js-api/src/interfaces/d4.ts:3907 |
showRangeSliders | boolean | Shows range sliders for inner viewer axis. Available only if corresponding axes (X or Y) are shown. | js-api/src/interfaces/d4.ts:3933 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:3979 |
showXAxes | "Auto" | "Always" | "Never" | Shows horizontal axis for each inner viewer row. Depending on selected inner viewer, axis may be hidden automatically. | js-api/src/interfaces/d4.ts:3911 |
showXLabels | boolean | - | js-api/src/interfaces/d4.ts:3915 |
showXSelectors | boolean | - | js-api/src/interfaces/d4.ts:3913 |
showYAxes | "Auto" | "Always" | "Never" | Shows vertical axis for each inner viewer column. Depending on selected inner viewer, axis may be hidden automatically. | js-api/src/interfaces/d4.ts:3921 |
showYLabels | boolean | - | js-api/src/interfaces/d4.ts:3925 |
showYSelectors | boolean | - | js-api/src/interfaces/d4.ts:3923 |
syncMouseOverRow | boolean | - | js-api/src/interfaces/d4.ts:3937 |
table | string | - | js-api/src/interfaces/d4.ts:3981 |
tilesPerRow | number | - | js-api/src/interfaces/d4.ts:3946 |
title | string | - | js-api/src/interfaces/d4.ts:3977 |
useTiledView | boolean | - | js-api/src/interfaces/d4.ts:3944 |
viewerType | string | - | js-api/src/interfaces/d4.ts:3896 |
viewport | string | - | js-api/src/interfaces/d4.ts:3952 |
xColumnNames | string[] | - | js-api/src/interfaces/d4.ts:3892 |
xLabelsOrientation | "Auto" | "Horz" | "Vert" | - | js-api/src/interfaces/d4.ts:3917 |
yColumnNames | string[] | - | js-api/src/interfaces/d4.ts:3894 |
yLabelsOrientation | "Auto" | "Horz" | "Vert" | - | js-api/src/interfaces/d4.ts:3927 |