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