Namespace com.scichart.charting.visuals.animations
Classes
AnimationsHelper
Defines a helper which creates Animator for specified IRenderableSeries
BaseRenderPassDataTransformation<TRenderPassData>
Base implementation for all animated render pass data transformations within SciChart.
Note: This base class and inheritors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
See Also: SweepXyTransformation, ScaleTransformationBase, TranslateXTransformationCompositeTransformation
Defines a composite render pass data transformation provider which composes multiple transformations at the same time.
ScaleHlTransformation<T>
Provides class, which used to scale transform series with HlRenderPassData and it's inheritors.
ScaleOhlcTransformation<T>
Provides class, which used to scale transform series with OhlcRenderPassData.
ScaleStackedXyTransformation<T>
Provides class, which used to scale transform series with StackedSeriesRenderPassData and it's inheritors.
ScaleTransformationBase<T>
Base implementation for scale render pass data transformations within SciChart.
Note: This base class and inheritors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
See Also: ScaleXyzTransformation, ScaleXyyTransformation, ScaleOhlcTransformation, ScaleXyTransformation, ScaleHlTransformationScaleXyTransformation<T>
Provides class, which used to scale transform series with XyRenderPassData and it's inheritors.
ScaleXyyTransformation<T>
Provides class, which used to scale transform series with XyyRenderPassData and it's inheritors.
ScaleXyzTransformation<T>
Provides class, which used to scale transform series with XyzRenderPassData and it's inheritors.
SplineScaleXyTransformation<T>
SplineScaleXyyTransformation<T>
SplineSweepXyTransformation<T>
SplineSweepXyyTransformation<T>
SplineWaveXyTransformation<T>
SplineWaveXyyTransformation<T>
SplineXyTranslateXTransformation<T>
SplineXyTranslateYTransformation<T>
SplineXyyTranslateXTransformation<T>
SplineXyyTranslateYTransformation<T>
SweepXyTransformation<T>
Provides class, which used to sweep transform series with XyRenderPassData.
SweepXyyTransformation<T>
Provides class, which used to sweep transform series with SweepXyyTransformation.
TransformationHelpers
Defines a helper methods to manipulate with FloatValues.
TranslateHlTransformation<T>
Provides class, which used to translate transform series with HlRenderPassData and it's inheritors in Y direction.
TranslateOhlcTransformation<T>
Provides class, which used to translate transform series with OhlcRenderPassData and it's inheritors in Y direction.
TranslateStackedXyTransformation<T>
Provides class, which used to translate transform series with StackedSeriesRenderPassData and it's inheritors in Y direction.
TranslateXTransformation<T>
Provides class, which used to translate transform series with XSeriesRenderPassData and it's inheritors in X direction.
TranslateXyTransformation<T>
Provides class, which used to translate transform series with XyRenderPassData and it's inheritors in Y direction.
TranslateXyTransformationBase<T>
Base implementation for translate render pass data in y direction transformations within SciChart.
Note: This base class and inheritors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
See Also: TranslateXyTransformation, TranslateXTransformationTranslateXyyTransformation<T>
Provides class, which used to translate transform series with XyyRenderPassData and it's inheritors in Y direction.
WaveHlTransformation<T>
Provides class, which used to wave transform series with HlRenderPassData and it's inheritors.
WaveOhlcTransformation<T>
Provides class, which used to wave transform series with OhlcRenderPassData and it's inheritors.
WaveStackedXyTransformation<T>
Provides class, which used to wave transform series with StackedSeriesRenderPassData and it's inheritors.
WaveTransformationBase<T>
Base implementation for wave render pass data transformations within SciChart.
Note: This base class and inheritors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
See Also: WaveHlTransformation, WaveOhlcTransformation, WaveXyyTransformation, WaveXyTransformationWaveXyTransformation<T>
Provides class, which used to wave transform series with XyRenderPassData and it's inheritors.
WaveXyyTransformation<T>
Provides class, which used to wave transform series with XyyRenderPassData and it's inheritors.
Interfaces
IRenderPassDataTransformation
Defines an interface for animated render pass data transformations.
Note: This interface and implementors are used for animations purposes. You can use it to just transform render pass data, it's not recommended though.
See Also: ScaleTransformationBase, TranslateXTransformation