iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIImpulseRenderPassData3D
@interface SCIImpulseRenderPassData3D : SCIXyzRenderPassData3D
Defines ImpulseRenderPassData3D, the data used in a single render pass by SCIImpulseRenderableSeries3D
-
Provides the collection of
pointcolors which is used for the single render pass.Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull pointColors;Swift
var pointColors: SCIUnsignedIntegerValues { get } -
Provides the collection of
columncolors which is used for the single render pass.Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull columnColors;Swift
var columnColors: SCIUnsignedIntegerValues { get } -
Defines the sizes of the
impulse points.Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIFloatValues *_Nonnull pointSizes;Swift
var pointSizes: SCIFloatValues { get }
View on GitHub