* Used to get the label to display in the tooltip for the given value * @param {*} value * @return {string}
(value: number)
| 1320 | * @return {string} |
| 1321 | */ |
| 1322 | getLabelForValue(value: number): string; |
| 1323 | |
| 1324 | /** |
| 1325 | * Returns the grid line width at given value |
no outgoing calls
no test coverage detected