AreaAnnotationRegion
Defined in: src/helpers.ts:55
Represents an area annotation region (defined by polygon points) parameters.
Extends
Properties
| Property | Type | Inherited from | Defined in |
|---|---|---|---|
area? | [number, number][] | - | src/helpers.ts:58 |
description? | string | AnnotationRegion.description | src/helpers.ts:47 |
fillColor? | string | AnnotationRegion.fillColor | src/helpers.ts:41 |
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 |
x? | string | - | src/helpers.ts:56 |
xMap? | string | AnnotationRegion.xMap | src/helpers.ts:44 |
y? | string | - | src/helpers.ts:57 |
yMap? | string | AnnotationRegion.yMap | src/helpers.ts:45 |