iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCISplineXyTranslateXTransformation

@interface SCISplineXyTranslateXTransformation<
    __covariant T : SCISplineXyRenderPassData *>
    : SCITranslateXTransformation <T>

Provides class, which used to translate transform series with SCISplineXyRenderPassData and it’s inheritors in X-direction.

Note

T is the type of associated ISCISeriesRenderPassData.
  • Create new instance of SCITranslateXTransformation class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithRenderPassDataType:(nonnull Class)rpdType
                                             andOffset:(float)offset;

    Swift

    init(renderPassDataType rpdType: AnyClass, andOffset offset: Float)

    Parameters

    rpdType

    Type of associated render pass data.

    offset

    The offset value in pixels.