Configure whether rendering should be clipped to the area enclosed by its owning axes or not. All rendering is ALWAYS clipped so that it doesn't leak outside the owning charts series area. However, it is optional whether the rendering should be able to leak outside the owning axes viewport, which might be smaller than the charts viewport (for example, when using stacked axes).
By default, clipping is enabled (true).
// Example, disable clipping, allowing the rendering to leak outside its own axes.
SeriesXY.setClipping(false)
Object itself
Clipping enabled or disabled.
Read whether rendering should be clipped to the area enclosed by its owning axes or not. All rendering is ALWAYS clipped so that it doesn't leak outside the owning charts series area. However, it is optional whether the rendering should be able to leak outside the owning axes viewport, which might be smaller than the charts viewport (for example, when using stacked axes).
By default, clipping is enabled (
true).Returns
True or false.