Interface: OverlayIndicatorOverrides
Charting Library.OverlayIndicatorOverrides
Properties
allowExtendTimeScale
• allowExtendTimeScale: boolean
Enables the Overlay to extend the time scale.
Default value: false
minTick
• minTick: string
minTick
Default value: default
showPriceLine
• showPriceLine: boolean
Price line visibility.
Default value: false
style
• style: Bar | Candle | Line | Area | HollowCandle | Baseline | HiLo | Column | LineWithMarkers | Stepline | HLCArea | HLCBars
The style type for Overlay can be any of the following.
Default value: 2 (line)
For each style, there are additional properties that you can customize. Refer to the links in the OverlayIndicatorOverrides column to see the lists of properties.
| ChartStyle name | ChartStyle # | OverlayIndicatorOverrides | 
|---|---|---|
| Bar | 0 | OverlayIndicatorOverridesBar | 
| Candle | 1 | OverlayIndicatorOverridesCandle | 
| Line | 2 | OverlayIndicatorOverridesLine | 
| Area | 3 | OverlayIndicatorOverridesArea | 
| HollowCandle | 4 | OverlayIndicatorOverridesHollowCandle | 
| Baseline | 5 | OverlayIndicatorOverridesBaseline | 
| HiLo | 6 | OverlayIndicatorOverridesHiLo | 
| Column | 7 | OverlayIndicatorOverridesColumn | 
| HLCArea | 8 | OverlayIndicatorOverridesHLCArea | 
| LineWithMarkers | 14 | OverlayIndicatorOverridesLineWithMarkers | 
| Stepline | 15 | OverlayIndicatorOverridesStepline |