* @implements CoordinateSystem['getBoundingRect'] * @see VIEW_COORD_SYS_TRANS_RAW * * This is a rect in data space. * For historicall reason, the name is `getBoundingRect` - preserve it for backward compatibility.
()
| 266 | * For historicall reason, the name is `getBoundingRect` - preserve it for backward compatibility. |
| 267 | */ |
| 268 | getBoundingRect(): BoundingRect { |
| 269 | return viewCoordSysCopyBoundingRect(null, this); |
| 270 | } |
| 271 | |
| 272 | /** |
| 273 | * @implements CoordinateSystem['getViewRect'] |
no test coverage detected