Skip to main content

Interface: StudyFilledAreaInfo

Charting Library.StudyFilledAreaInfo

A description of a study filled area.

Properties

bottomColor

Optional Readonly bottomColor: string

Color for the bottom of the filled area.


bottomValue

Optional Readonly bottomValue: number

Value at which the bottom of the filled area is drawn.

Example

75 // Drawn at price = 75

fillgaps

Optional Readonly fillgaps: boolean

Should gaps in the area be filled?


id

Readonly id: string

Study ID.


isHidden

Optional Readonly isHidden: boolean

Filled area's style inputs visibility flag. Used to hide the band from the style tab of study properties dialogs.


objAId

Readonly objAId: string

Study band ID.

See

StudyBandInfo


objBId

Readonly objBId: string

Study band ID.

See

StudyBandInfo


palette

Optional Readonly palette: string

Color palette ID.


title

Readonly title: string

Title that will appear in the styles tab of the study settings dialog.


topColor

Optional Readonly topColor: string

Color for the top of the filled area.


topValue

Optional Readonly topValue: number

Value at which the top of the filled area is drawn.

Example

75 // Drawn at price = 75

type

Readonly type: FilledAreaType

Filled area type.


zorder

Optional Readonly zorder: number

Filled area z-order.