ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
this
this
is a special type that means that it matches the type on which the method
is invoked.
In most cases this
is used as the return type of the method. In such cases
it means that the method returns the instance on which you called it so that
method chaining is possible.