Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly drawingProviders

drawingProviders: Array<ISeriesDrawingProvider>

The drawingProviders on the parentSeries to which this transform applies

interpolationPoints

interpolationPoints: number = 10

Protected lastIndexRange

lastIndexRange: NumberRange

Protected lastResamplingHash

lastResamplingHash: number

Readonly parentSeries

parentSeries: BaseRenderableSeries

The series the transform is attached to

pointSeries

The pointSeries that stores the result of the transform

requiresTransform

requiresTransform: boolean = true

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 = true

warnOnSplineFailure

warnOnSplineFailure: boolean = true

Protected wasmContext

wasmContext: TSciChart

Methods

Protected createPointSeries

delete

  • delete(): void

Protected makeRenderPassData

onDataChange

runTransform

Protected runTransformInternal

Generated using TypeDoc