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