Reincharts
Preparing search index...
packages/axes/src
Axis
Class Axis
Hierarchy
Component
<
AxisProps
>
Axis
Index
Constructors
constructor
Properties
chart
Ref
default
Props
Methods
draw
On
Canvas
get
More
Props
render
Constructors
constructor
new
Axis
(
props
:
AxisProps
)
:
Axis
Parameters
props
:
AxisProps
Returns
Axis
new
Axis
(
props
:
AxisProps
,
context
:
any
)
:
Axis
Parameters
props
:
AxisProps
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
Axis
Properties
Private
Readonly
chart
Ref
chartRef
:
RefObject
<
null
|
GenericChartComponent
>
= ...
Static
default
Props
defaultProps
:
{
edgeClip
:
boolean
;
zoomCursorClassName
:
string
;
zoomEnabled
:
boolean
;
}
= ...
Methods
Private
Readonly
draw
On
Canvas
drawOnCanvas
(
ctx
:
CanvasRenderingContext2D
,
moreProps
:
any
)
:
void
Parameters
ctx
:
CanvasRenderingContext2D
moreProps
:
any
Returns
void
Private
Readonly
get
More
Props
getMoreProps
()
:
any
Returns
any
render
render
()
:
Element
Returns
Element
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
chart
Ref
default
Props
Methods
draw
On
Canvas
get
More
Props
render
Reincharts
Loading...
value of the parent Context specified in
contextType
.