Point2DSeriesTransformation<T> Class Members
The following tables list the members exposed by Point2DSeriesTransformation<T>.
Public Constructors
Name | Description | |
---|---|---|
![]() | Point2DSeriesTransformation<T> Constructor | Creates a new instance of Point2DSeriesTransformation<T> |
Public Properties
Name | Description | |
---|---|---|
![]() | OriginalYValues | Collection of original Y values from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>.YValues. |
![]() | RenderableSeries | Gets the renderable series to which the transformation is attached. |
![]() | ZeroLine |
Public Methods
Name | Description | |
---|---|---|
![]() | ScaleTransform | Performs scale transformation on pointSeries according to currentProgress of animation. |
![]() | SweepTransform | Performs sweep transformation on pointSeries according to currentProgress of animation. |
![]() | WaveTransform | Performs wave transformation on pointSeries according to currentProgress of animation. |
Protected Methods
Name | Description | |
---|---|---|
![]() | ChangeValue | Calculation which is applied to every value in SciChart.Data.Model.IPointSeries during transformation. |
![]() | TransformInternal | Called during SciChart.Data.Model.IPointSeries transformation to transform additional values like ZValues, OHLC Values, etc. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also