FormulaAnnotationRegion
Defined in: src/helpers.ts:64
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:47 |
fillColor? | string | AnnotationRegion.fillColor | src/helpers.ts:41 |
formula1? | string | - | src/helpers.ts:65 |
formula2? | string | - | src/helpers.ts:66 |
header? | string | AnnotationRegion.header | src/helpers.ts:39 |
headerColor? | string | AnnotationRegion.headerColor | src/helpers.ts:40 |
hidden? | boolean | AnnotationRegion.hidden | src/helpers.ts:46 |
isDataFrameRegion? | boolean | AnnotationRegion.isDataFrameRegion | src/helpers.ts:49 |
opacity? | number | AnnotationRegion.opacity | src/helpers.ts:48 |
outlineColor? | number | AnnotationRegion.outlineColor | src/helpers.ts:43 |
outlineWidth? | number | AnnotationRegion.outlineWidth | src/helpers.ts:42 |
type? | string | AnnotationRegion.type | src/helpers.ts:38 |
xMap? | string | AnnotationRegion.xMap | src/helpers.ts:44 |
yMap? | string | AnnotationRegion.yMap | src/helpers.ts:45 |