New to KendoReact? Start a free 30-day trial
An interface for the Chart axes API.
|
|
|---|
|
Returns a slot that is based on the specified from and to values (see example).
|
| Parameters | | |
|---|
|
from
|
string | number | Date
|
The slot start value.
| |
to?
|
string | number | Date
|
The end slot value. If not specified, the from value is used.
| |
limit?
|
boolean
|
The parameters for the exported image.
|
|
| Returns | |
|---|
Rect | Arc
|
- Indicates whether the slot is limited to the current range.
By default, the range is limited.
|
|
|
|
|---|
|
Returns the value that corresponds to the passed surface point.
|
| Parameters | | |
|---|
|
point
|
Point
|
The surface point of the Chart.
|
|
| Returns | |
|---|
string | number | Date
|
- The value that corresponds to the point.
|
|
|
|
|---|
|
Returns the axis range which is determined by the minimum and maximum point values that are associated with the axis.
|
|
|