The series the transform is attached to
The pointSeries that stores the result of the transform
Whether then transform will run when the series is drawn. This is set true initially, and when data changes, and is set to false when the transform does run. If your transform depends on any other property, you must set this true if that property changes
The method that is called to run the transform. Do not override this, instead override runTransformInternal on BaseRenderDataTransform
Generated using TypeDoc
The drawingProviders on the parentSeries to which this transform applies