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

SCIImpulseRenderPassData3D

@interface SCIImpulseRenderPassData3D : SCIXyzRenderPassData3D

Defines ImpulseRenderPassData3D, the data used in a single render pass by SCIImpulseRenderableSeries3D

  • Provides the collection of point colors which is used for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull pointColors;
  • Provides the collection of column colors which is used for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull columnColors;
  • Defines the sizes of the impulse points.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) SCIFloatValues *_Nonnull pointSizes;