Skip to main content

Interface: StudyFilledAreaInfo

Charting Library.StudyFilledAreaInfo

A description of a study filled area.

Properties

bottomColor

OptionalReadonly

bottomColor: string

Color for the bottom of the filled area.


bottomValue

OptionalReadonly

bottomValue: number

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

75 // Drawn at price = 75

fillToIntersection

OptionalReadonly

fillToIntersection: boolean

Should the area be filled up to the point that two plots intersect, instead of by plot index?

Used for plot_plot filled area types.


fillgaps

OptionalReadonly

fillgaps: boolean

Should gaps in the area be filled?


id

Readonly

id: string

Study ID.


isHidden

OptionalReadonly

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.

StudyBandInfo


objBId

Readonly

objBId: string

Study band ID.

StudyBandInfo


palette

OptionalReadonly

palette: string

Color palette ID.


title

Readonly

title: string

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


topColor

OptionalReadonly

topColor: string

Color for the top of the filled area.


topValue

OptionalReadonly

topValue: number

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

75 // Drawn at price = 75

type

Readonly

type: FilledAreaType

Filled area type.


zorder

OptionalReadonly

zorder: number

Filled area z-order.