Skip to main content

Interface: CreateAnchoredShapeOptions<TOverrides>

Charting Library.CreateAnchoredShapeOptions

Options for creating an anchored drawing.

Type parameters

NameType
TOverridesextends object

Hierarchy

Properties

disableSave

Optional disableSave: boolean

Disable/enable saving the drawing.

Inherited from

CreateShapeOptionsBase.disableSave


disableSelection

Optional disableSelection: boolean

Disable/enable selecting the drawing.

Inherited from

CreateShapeOptionsBase.disableSelection


disableUndo

Optional disableUndo: boolean

If true, users cannot cancel the drawing creation in the UI. However, users can still click the Undo button to cancel previous actions.

Inherited from

CreateShapeOptionsBase.disableUndo


filled

Optional filled: boolean

Enable/disable filling the drawing with color (if the drawing supports filling).

Inherited from

CreateShapeOptionsBase.filled


icon

Optional icon: number

Specify an icon to render. Only icons from the Drawings list are supported. Note that the value should be a hex number, not a string.

Inherited from

CreateShapeOptionsBase.icon


lock

Optional lock: boolean

Should drawing be locked

Inherited from

CreateShapeOptionsBase.lock


overrides

Optional overrides: TOverrides

Drawing properties overrides. Refer to Drawing Overrides for more information.

Inherited from

CreateShapeOptionsBase.overrides


ownerStudyId

Optional ownerStudyId: EntityId

The ID of an indicator that the drawing is attached to. For more information, refer to the Attach drawing to indicator section.

Inherited from

CreateShapeOptionsBase.ownerStudyId


shape

shape: "anchored_text" | "anchored_note"

A drawing to create;


showInObjectsTree

Optional showInObjectsTree: boolean

Enable/disable showing the drawing in the objects tree.

Inherited from

CreateShapeOptionsBase.showInObjectsTree


text

Optional text: string

Text for drawing

Inherited from

CreateShapeOptionsBase.text


zOrder

Optional zOrder: "top" | "bottom"

Create the drawing in front of all other drawings, or behind all other drawings.

Inherited from

CreateShapeOptionsBase.zOrder