clipPath property

bool clipPath

Set 'clip-path' attribute for chart element. When is false, chart node element is positioned after the axis node in DOM tree hierarchy. Is to make chart element positioned over axis element.

Implementation

external bool get clipPath;
void clipPath=(bool v)

Implementation

external set clipPath(bool v);