Reincharts
Preparing search index...
packages/series/src
BollingerSeries
Class BollingerSeries
Hierarchy
Component
<
BollingerSeriesProps
>
BollingerSeries
Index
Constructors
constructor
Properties
default
Props
Methods
render
y
Accessor
For
Bottom
y
Accessor
For
Middle
y
Accessor
For
Scaled
Bottom
y
Accessor
For
Top
Constructors
constructor
new
BollingerSeries
(
props
:
BollingerSeriesProps
)
:
BollingerSeries
Parameters
props
:
BollingerSeriesProps
Returns
BollingerSeries
new
BollingerSeries
(
props
:
BollingerSeriesProps
,
context
:
any
)
:
BollingerSeries
Parameters
props
:
BollingerSeriesProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
BollingerSeries
Properties
Static
default
Props
defaultProps
:
{
fillStyle
:
string
;
strokeStyle
:
{
bottom
:
string
;
middle
:
string
;
top
:
string
}
;
yAccessor
:
(
data
:
any
)
=>
any
;
}
= ...
Methods
render
render
()
:
Element
Returns
Element
Private
Readonly
y
Accessor
For
Bottom
yAccessorForBottom
(
d
:
any
)
:
any
Parameters
d
:
any
Returns
any
Private
Readonly
y
Accessor
For
Middle
yAccessorForMiddle
(
d
:
any
)
:
any
Parameters
d
:
any
Returns
any
Private
Readonly
y
Accessor
For
Scaled
Bottom
yAccessorForScaledBottom
(
scale
:
ScaleContinuousNumeric
<
number
,
number
>
,
d
:
any
,
)
:
undefined
|
number
Parameters
scale
:
ScaleContinuousNumeric
<
number
,
number
>
d
:
any
Returns
undefined
|
number
Private
Readonly
y
Accessor
For
Top
yAccessorForTop
(
d
:
any
)
:
any
Parameters
d
:
any
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Props
Methods
render
y
Accessor
For
Bottom
y
Accessor
For
Middle
y
Accessor
For
Scaled
Bottom
y
Accessor
For
Top
Reincharts
Loading...
value of the parent Context specified in
contextType
.