
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyyRenderPassData
@interface SCIXyyRenderPassData : SCIXyRenderPassData
Defines the ISCISeriesRenderPassData
, the data used in a single render pass by SCIXyyRenderableSeriesBase
.
-
Provides the collection of
Y1-values
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull y1Values;
-
Provides the collection of
Y1-coordinates
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull y1Coords;