IDensityPlotSettings
Defined in: js-api/src/interfaces/d4.ts:881
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:956 |
allowZoom | boolean | - | js-api/src/interfaces/d4.ts:930 |
annotationFont | string | - | js-api/src/interfaces/d4.ts:992 |
annotationRegions | string | - | js-api/src/interfaces/d4.ts:986 |
autoLayout | boolean | - | js-api/src/interfaces/d4.ts:924 |
axisFont | string | - | js-api/src/interfaces/d4.ts:926 |
backColor | number | - | js-api/src/interfaces/d4.ts:936 |
bins | number | - | js-api/src/interfaces/d4.ts:928 |
binShape | string | - | js-api/src/interfaces/d4.ts:882 |
binToRange | boolean | - | js-api/src/interfaces/d4.ts:932 |
colorTransformType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:920 |
controlsFont | string | Viewer controls elements font. | js-api/src/interfaces/d4.ts:954 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:970 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:982 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:984 |
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:951 |
formulaFont | string | - | js-api/src/interfaces/d4.ts:1006 |
formulaLines | string | - | js-api/src/interfaces/d4.ts:994 |
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:974 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:977 |
invertColorScheme | boolean | - | js-api/src/interfaces/d4.ts:918 |
invertXAxis | boolean | - | js-api/src/interfaces/d4.ts:900 |
invertYAxis | boolean | - | js-api/src/interfaces/d4.ts:902 |
lassoTool | boolean | When true, lasso area selector is used instead of the rectangular one when drawing annotation regions. | js-api/src/interfaces/d4.ts:939 |
linearColorScheme | number[] | - | js-api/src/interfaces/d4.ts:922 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:980 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | Determines the rows shown on the plot. | js-api/src/interfaces/d4.ts:944 |
showBinSelector | boolean | - | js-api/src/interfaces/d4.ts:934 |
showColorScale | boolean | - | js-api/src/interfaces/d4.ts:916 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:960 |
showDataframeAnnotationRegions | boolean | - | js-api/src/interfaces/d4.ts:990 |
showDataframeFormulaLines | boolean | Control the visibility of dataframe-originated formula lines. Edit formula lines by right-clicking and selecting "Tools | Formula Lines" from the popup menu. Requires the PowerPack plugin. |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:964 |
showViewerAnnotationRegions | boolean | - | js-api/src/interfaces/d4.ts:988 |
showViewerFormulaLines | boolean | Control the visibility of viewer-level formula lines. Edit formula lines by right-clicking and selecting "Tools | Formula Lines" from the popup menu. Requires the PowerPack plugin. |
showXAxis | boolean | - | js-api/src/interfaces/d4.ts:892 |
showXSelector | boolean | - | js-api/src/interfaces/d4.ts:904 |
showYAxis | boolean | - | js-api/src/interfaces/d4.ts:894 |
showYSelector | boolean | - | js-api/src/interfaces/d4.ts:906 |
table | string | - | js-api/src/interfaces/d4.ts:966 |
title | string | - | js-api/src/interfaces/d4.ts:962 |
viewport | string | - | js-api/src/interfaces/d4.ts:941 |
x | string | Columns to be put on the X axis | js-api/src/interfaces/d4.ts:885 |
xAxisType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:896 |
xColumnName | string | - | js-api/src/interfaces/d4.ts:886 |
xMax | number | - | js-api/src/interfaces/d4.ts:912 |
xMin | number | - | js-api/src/interfaces/d4.ts:908 |
y | string | Columns to be put on the Y axis | js-api/src/interfaces/d4.ts:889 |
yAxisType | "linear" | "logarithmic" | - | js-api/src/interfaces/d4.ts:898 |
yColumnName | string | - | js-api/src/interfaces/d4.ts:890 |
yMax | number | - | js-api/src/interfaces/d4.ts:914 |
yMin | number | - | js-api/src/interfaces/d4.ts:910 |