iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyRenderPassData
@interface SCIXyRenderPassData : SCIXSeriesRenderPassData
Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIXyRenderableSeriesBase.
-
Provides the collection of
Y-valuesfor the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull yValues;Swift
var yValues: SCIDoubleValues { get set } -
Provides the collection of
Y-coordinatesfor the single render pass.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull yCoords;Swift
var yCoords: SCIFloatValues { get set }
View on GitHub