(chartArea: ChartArea, indexAxis?: 'x' | 'y')
| 1978 | extends Element<T, O>, |
| 1979 | VisualElement { |
| 1980 | updateControlPoints(chartArea: ChartArea, indexAxis?: 'x' | 'y'): void; |
| 1981 | points: Point[]; |
| 1982 | readonly segments: Segment[]; |
| 1983 | first(): Point | false; |
no outgoing calls
no test coverage detected