
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 (readonly, strong, nonatomic) SCIUnsignedIntegerValues *pointColors;
Swift
var pointColors: SCIUnsignedIntegerValues! { get }
-
Gets the collection of line colors for the single render pass.
Declaration
Objective-C
@property (readonly, strong, nonatomic) SCIUnsignedIntegerValues *lineColors;
Swift
var lineColors: SCIUnsignedIntegerValues! { get }
-
Gets the collection of point sizes for the single render pass.
Declaration
Objective-C
@property (readonly, strong, nonatomic) SCIFloatValues *pointSizes;
Swift
var pointSizes: SCIFloatValues! { get }