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

SCIGridXyzRenderPassData3D

@interface SCIGridXyzRenderPassData3D : SCIXyzRenderPassData3D

Defines SCIGridXyzRenderPassData3D, the data used in a single render pass by ISCIRenderableSeries3D which has 3D Grid data.

  • Defines the size of associated data in X-direction for the current render pass.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger countX;

    Swift

    var countX: Int { get set }
  • Defines the size of associated data in Z-direction for the current render pass..

    Declaration

    Objective-C

    @property (nonatomic) NSInteger countZ;

    Swift

    var countZ: Int { get set }