iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPointLineRenderPassData3D
@interface SCIPointLineRenderPassData3D : SCIXyzRenderPassData3D
Defines SCIPointLineRenderPassData3D, the data used in a single render pass by SCIPointLineRenderableSeries3D.
-
Gets the collection of point colors for the single render pass.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull pointColors;Swift
var pointColors: SCIUnsignedIntegerValues { get } -
Gets the collection of line colors for the single render pass.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIUnsignedIntegerValues *_Nonnull lineColors;Swift
var lineColors: SCIUnsignedIntegerValues { get } -
Gets the collection of point sizes for the single render pass.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SCIFloatValues *_Nonnull pointSizes;Swift
var pointSizes: SCIFloatValues { get }
View on GitHub