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

SCITranslateXTransformation

@interface SCITranslateXTransformation<
    __covariant T : SCIXSeriesRenderPassData *>
    : SCIBaseRenderPassDataTransformation <T>

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

Note

T is the type of associated ISCISeriesRenderPassData.
  • Defines the offset value in pixels.

    Declaration

    Objective-C

    @property (nonatomic, readonly) float offset;
  • Create new instance of SCITranslateXTransformation class.

    Declaration

    Objective-C

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

    Parameters

    rpdType

    Type of associated render pass data.

    offset

    The offset value in pixels.