
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;
-
Provides the collection of
Z-coordinates
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull zCoords;