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

SCIXyzRenderPassData

@interface SCIXyzRenderPassData : SCIXyRenderPassData

Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIXyyRenderableSeriesBase.

  • Provides the collection of Z-values for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIDoubleValues *_Nonnull zValues;

    Swift

    var zValues: SCIDoubleValues { get set }
  • Provides the collection of Z-coordinates for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIFloatValues *_Nonnull zCoords;

    Swift

    var zCoords: SCIFloatValues { get set }