ICorrelationPlotSettings
Defined in: src/interfaces/d4.ts:705
Properties
| Property | Type | Defined in |
|---|---|---|
allowDynamicMenus | boolean | src/interfaces/d4.ts:741 |
backColor | number | src/interfaces/d4.ts:725 |
colHeaderFont | string | src/interfaces/d4.ts:729 |
controlsFont | string | src/interfaces/d4.ts:706 |
correlationType | "Pearson" | "Spearman" | src/interfaces/d4.ts:714 |
defaultCellFont | string | src/interfaces/d4.ts:727 |
description | string | src/interfaces/d4.ts:755 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | src/interfaces/d4.ts:767 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | src/interfaces/d4.ts:769 |
filter | string | src/interfaces/d4.ts:739 |
help | string | src/interfaces/d4.ts:759 |
ignoreDoubleClick | boolean | src/interfaces/d4.ts:723 |
initializationFunction | string | src/interfaces/d4.ts:762 |
onInitializedScript | string | src/interfaces/d4.ts:765 |
rowSource | "All" | "Filtered" | "Selected" | "SelectedOrCurrent" | "FilteredSelected" | "MouseOverGroup" | "CurrentRow" | "MouseOverRow" | src/interfaces/d4.ts:732 |
showContextMenu | boolean | src/interfaces/d4.ts:745 |
showPearsonR | boolean | src/interfaces/d4.ts:717 |
showTitle | boolean | src/interfaces/d4.ts:749 |
showTooltip | boolean | src/interfaces/d4.ts:720 |
table | string | src/interfaces/d4.ts:751 |
title | string | src/interfaces/d4.ts:747 |
xColumnNames | string[] | src/interfaces/d4.ts:709 |
yColumnNames | string[] | src/interfaces/d4.ts:712 |