* Returns the grid line width at given value
(value: number)
| 1325 | * Returns the grid line width at given value |
| 1326 | */ |
| 1327 | getLineWidthForValue(value: number): number; |
| 1328 | |
| 1329 | /** |
| 1330 | * Returns the location of the given data point. Value can either be an index or a numerical value |