Skip to main content

Interface: OverlayIndicatorOverridesArea

Charting Library.OverlayIndicatorOverridesArea

Hierarchy

Indexable

▪ [key: string]: StudyOverrideValueType | undefined

Use the properties as follow: areaStyle.color1: pink

Properties

color1

Optional color1: string

Top color

Inherited from

Partial.color1


color2

Optional color2: string

Bottom color

Inherited from

Partial.color2


linecolor

Optional linecolor: string

Line Color

Inherited from

Partial.linecolor


linestyle

Optional linestyle: number

Line Style LineStyle

Inherited from

Partial.linestyle


linewidth

Optional linewidth: number

Line width

Inherited from

Partial.linewidth


style

style: Area


transparency

Optional transparency: number

Transparency. Range [0..100] 0 - fully opaque, 100 - fully transparent.

Note: Rather use rgba color string for setting transparency.

Inherited from

Partial.transparency