Reincharts
Preparing search index...
packages/coordinates/src
MouseCoordinateY
Class MouseCoordinateY
Hierarchy
Component
<
MouseCoordinateYProps
>
MouseCoordinateY
Index
Constructors
constructor
Properties
default
Props
Methods
draw
On
Canvas
helper
render
Constructors
constructor
new
MouseCoordinateY
(
props
:
MouseCoordinateYProps
)
:
MouseCoordinateY
Parameters
props
:
MouseCoordinateYProps
Returns
MouseCoordinateY
new
MouseCoordinateY
(
props
:
MouseCoordinateYProps
,
context
:
any
,
)
:
MouseCoordinateY
Parameters
props
:
MouseCoordinateYProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
MouseCoordinateY
Properties
Static
default
Props
defaultProps
:
{
arrowWidth
:
number
;
at
:
string
;
dx
:
number
;
fill
:
string
;
fitToText
:
boolean
;
fontFamily
:
string
;
fontSize
:
number
;
opacity
:
number
;
orient
:
string
;
rectHeight
:
number
;
rectWidth
:
number
;
strokeOpacity
:
number
;
strokeWidth
:
number
;
textFill
:
string
;
yAxisPad
:
number
;
}
= ...
Methods
Private
Readonly
draw
On
Canvas
drawOnCanvas
(
ctx
:
CanvasRenderingContext2D
,
moreProps
:
any
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
moreProps
:
any
Returns
void
Private
Readonly
helper
helper
(
props
:
MouseCoordinateYProps
,
moreProps
:
any
,
)
:
|
undefined
|
{
arrowWidth
:
any
;
coordinate
:
string
;
dx
:
any
;
edgeAt
:
any
;
fill
:
any
;
fitToText
:
any
;
fontFamily
:
any
;
fontSize
:
any
;
hideLine
:
boolean
;
opacity
:
any
;
orient
:
any
;
rectHeight
:
any
;
rectWidth
:
any
;
show
:
boolean
;
stroke
:
any
;
strokeOpacity
:
any
;
strokeWidth
:
any
;
textFill
:
any
;
type
:
string
;
x1
:
number
;
x2
:
any
;
y1
:
number
;
y2
:
number
;
}
Parameters
props
:
MouseCoordinateYProps
moreProps
:
any
Returns
|
undefined
|
{
arrowWidth
:
any
;
coordinate
:
string
;
dx
:
any
;
edgeAt
:
any
;
fill
:
any
;
fitToText
:
any
;
fontFamily
:
any
;
fontSize
:
any
;
hideLine
:
boolean
;
opacity
:
any
;
orient
:
any
;
rectHeight
:
any
;
rectWidth
:
any
;
show
:
boolean
;
stroke
:
any
;
strokeOpacity
:
any
;
strokeWidth
:
any
;
textFill
:
any
;
type
:
string
;
x1
:
number
;
x2
:
any
;
y1
:
number
;
y2
:
number
;
}
render
render
()
:
Element
Returns
Element
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
default
Props
Methods
draw
On
Canvas
helper
render
Reincharts
Loading...
value of the parent Context specified in
contextType
.