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-valuesfor the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull zValues;Swift
var zValues: SCIDoubleValues { get set } -
Provides the collection of
Z-coordinatesfor the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull zCoords;Swift
var zCoords: SCIFloatValues { get set }
View on GitHub