Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implemented by

Index

Properties

drawingProviders

drawingProviders: Array<ISeriesDrawingProvider>

The drawingProviders on the parentSeries to which this transform applies

Readonly parentSeries

parentSeries: BaseRenderableSeries

The series the transform is attached to

pointSeries

The pointSeries that stores the result of the transform

requiresTransform

requiresTransform: boolean

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

useForYRange

useForYRange: boolean

A flag to tell the parent series if the transformed values should be used when calculating data range

Methods

delete

  • delete(): void
  • Deletes native (WebAssembly) memory used by this type, after which it cannot be used.

    remarks

    Call .delete() before finishing with the object to ensure that WebAssmembly memory leaks do not occur.

    All elements within SciChart's High Performance Realtime JavaScript Charts which implement IDeletable must be deleted manually to free native (WebAssembly) memory

    Returns void

onDataChange

  • Parameters

    Returns void

runTransform

  • The method that is called to run the transform. Do not override this, instead override runTransformInternal on BaseRenderDataTransform

    Parameters

    Returns RenderPassData

Generated using TypeDoc