Skip to main content

IDensityPlotSettings

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

Properties

PropertyTypeDescriptionDefined in
allowDynamicMenusboolean-js-api/src/interfaces/d4.ts:956
allowZoomboolean-js-api/src/interfaces/d4.ts:930
annotationFontstring-js-api/src/interfaces/d4.ts:992
annotationRegionsstring-js-api/src/interfaces/d4.ts:986
autoLayoutboolean-js-api/src/interfaces/d4.ts:924
axisFontstring-js-api/src/interfaces/d4.ts:926
backColornumber-js-api/src/interfaces/d4.ts:936
binsnumber-js-api/src/interfaces/d4.ts:928
binShapestring-js-api/src/interfaces/d4.ts:882
binToRangeboolean-js-api/src/interfaces/d4.ts:932
colorTransformType"linear" | "logarithmic"-js-api/src/interfaces/d4.ts:920
controlsFontstringViewer controls elements font.js-api/src/interfaces/d4.ts:954
descriptionstringViewer 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
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:951
formulaFontstring-js-api/src/interfaces/d4.ts:1006
formulaLinesstring-js-api/src/interfaces/d4.ts:994
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:974
initializationFunctionstringNamespace-qualified function that gets executed when a viewer is initializedjs-api/src/interfaces/d4.ts:977
invertColorSchemeboolean-js-api/src/interfaces/d4.ts:918
invertXAxisboolean-js-api/src/interfaces/d4.ts:900
invertYAxisboolean-js-api/src/interfaces/d4.ts:902
lassoToolbooleanWhen true, lasso area selector is used instead of the rectangular one when drawing annotation regions.js-api/src/interfaces/d4.ts:939
linearColorSchemenumber[]-js-api/src/interfaces/d4.ts:922
onInitializedScriptstringJavaScript that gets executed after a viewer is initialized and added to the TableViewjs-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
showBinSelectorboolean-js-api/src/interfaces/d4.ts:934
showColorScaleboolean-js-api/src/interfaces/d4.ts:916
showContextMenubooleanProperties common for all viewers todo: use code generationjs-api/src/interfaces/d4.ts:960
showDataframeAnnotationRegionsboolean-js-api/src/interfaces/d4.ts:990
showDataframeFormulaLinesbooleanControl the visibility of dataframe-originated formula lines. Edit formula lines by right-clicking and selecting "ToolsFormula Lines" from the popup menu. Requires the PowerPack plugin.
showTitleboolean-js-api/src/interfaces/d4.ts:964
showViewerAnnotationRegionsboolean-js-api/src/interfaces/d4.ts:988
showViewerFormulaLinesbooleanControl the visibility of viewer-level formula lines. Edit formula lines by right-clicking and selecting "ToolsFormula Lines" from the popup menu. Requires the PowerPack plugin.
showXAxisboolean-js-api/src/interfaces/d4.ts:892
showXSelectorboolean-js-api/src/interfaces/d4.ts:904
showYAxisboolean-js-api/src/interfaces/d4.ts:894
showYSelectorboolean-js-api/src/interfaces/d4.ts:906
tablestring-js-api/src/interfaces/d4.ts:966
titlestring-js-api/src/interfaces/d4.ts:962
viewportstring-js-api/src/interfaces/d4.ts:941
xstringColumns to be put on the X axisjs-api/src/interfaces/d4.ts:885
xAxisType"linear" | "logarithmic"-js-api/src/interfaces/d4.ts:896
xColumnNamestring-js-api/src/interfaces/d4.ts:886
xMaxnumber-js-api/src/interfaces/d4.ts:912
xMinnumber-js-api/src/interfaces/d4.ts:908
ystringColumns to be put on the Y axisjs-api/src/interfaces/d4.ts:889
yAxisType"linear" | "logarithmic"-js-api/src/interfaces/d4.ts:898
yColumnNamestring-js-api/src/interfaces/d4.ts:890
yMaxnumber-js-api/src/interfaces/d4.ts:914
yMinnumber-js-api/src/interfaces/d4.ts:910