iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIYSeriesRenderPassData3D
@interface SCIYSeriesRenderPassData3D : SCISeriesRenderPassData3D
Defines SCIYSeriesRenderPassData3D
, the data used in a single render pass by ISCIRenderableSeries3D
which has Y data
-
Provides the collection of
Y-values
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull yValues;
Swift
var yValues: SCIDoubleValues { get set }
-
Provides the collection of
Y-coordinates
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull yCoords;
Swift
var yCoords: SCIFloatValues { get set }