Interface: OverlayIndicatorOverridesBaseline
Charting Library.OverlayIndicatorOverridesBaseline
Hierarchy
-
Partial<BaselineStylePreferences>↳
OverlayIndicatorOverridesBaseline
Indexable
▪ [key: string]: StudyOverrideValueType | undefined
Use the properties as follow: baselineStyle.baselineColor: pink
Properties
baseLevelPercentage
Optional
baseLevelPercentage: number
Baseline level percentage
Inherited from
Partial.baseLevelPercentage
baselineColor
Optional
baselineColor: string
Baseline line color
Inherited from
Partial.baselineColor
bottomFillColor1
Optional
bottomFillColor1: string
Top fill color of negative area
Inherited from
Partial.bottomFillColor1
bottomFillColor2
Optional
bottomFillColor2: string
Bottom fill color of negative area
Inherited from
Partial.bottomFillColor2
bottomLineColor
Optional
bottomLineColor: string
Negative area line color
Inherited from
Partial.bottomLineColor
bottomLineStyle
Optional
bottomLineStyle: number
Bottom line style
Inherited from
Partial.bottomLineStyle
bottomLineWidth
Optional
bottomLineWidth: number
Negative area line width
Inherited from
Partial.bottomLineWidth
style
style: Baseline
topFillColor1
Optional
topFillColor1: string
Top fill color of positive area
Inherited from
Partial.topFillColor1
topFillColor2
Optional
topFillColor2: string
Bottom fill color of positive area
Inherited from
Partial.topFillColor2
topLineColor
Optional
topLineColor: string
Positive area line color
Inherited from
Partial.topLineColor
topLineStyle
Optional
topLineStyle: number
Top line style
Inherited from
Partial.topLineStyle
topLineWidth
Optional
topLineWidth: number
Positive area line width
Inherited from
Partial.topLineWidth
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