* Get axis layout.
(dim: DimensionName)
| 406 | * Get axis layout. |
| 407 | */ |
| 408 | getAxisLayout(dim: DimensionName): ParallelAxisLayoutInfo { |
| 409 | return clone(this._axesLayout[dim]); |
| 410 | } |
| 411 | |
| 412 | /** |
| 413 | * @return {Object} {axisExpandWindow, delta, behavior: 'jump' | 'slide' | 'none'}. |