
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXSeriesRenderPassData
@interface SCIXSeriesRenderPassData : SCISeriesRenderPassData
Defines the ISCISeriesRenderPassData
, the data used in a single render pass by SCIRenderableSeriesBase
with ISCIXDataSeriesValues
.
Warning
Designed to be an abstract class, hence should be used for inheritance only. No direct initializations.-
Provides the collection of
X-values
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull xValues;
-
Provides the collection of
X-coordinates
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull xCoords;
-
Provides the collection of
indices
for the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIIntegerValues *_Nonnull indices;