New to Kendo UI for Angular? Start a free 30-day trial
Represents the Chart axes API interface.
|
|
|---|
|
Returns a slot based on the specified from and to values.
|
| Parameters | | |
|---|
|
from
|
string | number | Date
|
The start value of the slot.
| |
to?
|
string | number | Date
|
The end value of the slot. If not specified, the from value is used.
| |
limit?
|
boolean
|
Indicates whether the slot is limited to the current range. By default, the range is limited.
|
|
| Returns | |
|---|
Rect | Arc
|
The slot rectangle or arc geometry.
|
|
|
|
|---|
|
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.
|
|
|