Skip to main content

Interface: StudyFilledAreaGradientColorStyle

Charting Library.StudyFilledAreaGradientColorStyle

Study filled area gradient styles.

Hierarchy

Properties

bottomColor

Optional

bottomColor: string

Gradient bottom color.


bottomValue

Optional

bottomValue: number

Value at which the bottom of the gradient is drawn.

75 // Drawn at price = 75

fillType

fillType: "gradient"

Gradient fill type


topColor

Optional

topColor: string

Gradient top color.


topValue

Optional

topValue: number

Value at which the top of the gradient is drawn.

75 // Drawn at price = 75

transparency

Optional

transparency: number

Filled area's transparency.

0

100

Inherited from

StudyFilledAreaStyleBase.transparency


visible

visible: boolean

Filled area's visibility.

Inherited from

StudyFilledAreaStyleBase.visible