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