FormulaAnnotationRegion
Defined in: src/helpers.ts:66
Represents a formula annotation region (defined by two formula lines) parameters.
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
description? | string | AnnotationRegion.description | src/helpers.ts:48 |
fillColor? | string | AnnotationRegion.fillColor | src/helpers.ts:42 |
formula1? | string | - | src/helpers.ts:67 |
formula2? | string | - | src/helpers.ts:68 |
header? | string | AnnotationRegion.header | src/helpers.ts:40 |
headerColor? | string | AnnotationRegion.headerColor | src/helpers.ts:41 |
hidden? | boolean | AnnotationRegion.hidden | src/helpers.ts:47 |
id? | string | AnnotationRegion.id | src/helpers.ts:38 |
isDataFrameRegion? | boolean | AnnotationRegion.isDataFrameRegion | src/helpers.ts:50 |
opacity? | number | AnnotationRegion.opacity | src/helpers.ts:49 |
outlineColor? | number | AnnotationRegion.outlineColor | src/helpers.ts:44 |
outlineWidth? | number | AnnotationRegion.outlineWidth | src/helpers.ts:43 |
type? | string | AnnotationRegion.type | src/helpers.ts:39 |
xMap? | string | AnnotationRegion.xMap | src/helpers.ts:45 |
yMap? | string | AnnotationRegion.yMap | src/helpers.ts:46 |
zIndex? | number | AnnotationRegion.zIndex | src/helpers.ts:51 |