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 of the gradient fill. Must be an RGBA color string (e.g., "rgba(255, 0, 0, 0.5)").

Inherited from

Partial.color1


color2

Optional color2: string

Bottom color of the gradient fill. Must be an RGBA color string (e.g., "rgba(255, 0, 0, 0.5)").

Inherited from

Partial.color2


linecolor

Optional linecolor: string

Line color. Must be a simple color string (e.g., "red", "#FF0000").

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