Skip to main content
Version: latest

OverlayIndicatorOverridesBaseline

Interface

Indexable

[key: string]: StudyOverrideValueType | undefined

Use the properties as follow: baselineStyle.baselineColor: pink

Properties

baseLevelPercentage

Optional

Baseline level percentage

Type

number


baselineColor

Optional

Baseline line color

Type

string


bottomFillColor1

Optional

Top fill color of negative area

Type

string


bottomFillColor2

Optional

Bottom fill color of negative area

Type

string


bottomLineColor

Optional

Negative area line color

Type

string


bottomLineWidth

Optional

Negative area line width

Type

number


style

Type

Baseline


topFillColor1

Optional

Top fill color of positive area

Type

string


topFillColor2

Optional

Bottom fill color of positive area

Type

string


topLineColor

Optional

Positive area line color

Type

string


topLineWidth

Optional

Positive area line width

Type

number


transparency

Optional

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

Note: Rather use rgba color string for setting transparency.

Type

number