
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIColumnRenderPassData3D
@interface SCIColumnRenderPassData3D : SCIXyzRenderPassData3D
Defines SCIColumnRenderPassData3D
, the data used in a single render pass by SCIColumnRenderableSeries3D
.
-
Defines the collection of scales for the
column
.Declaration
Objective-C
@property (nonatomic, strong) SCIFloatValues *_Nonnull instanceScales;
-
Provides a collection of column colors which is used for the single render pass.
Declaration
Objective-C
@property (nonatomic, strong) SCIUnsignedIntegerValues *_Nonnull colors;
-
Defines the value in pixels that determines each
column
size.Declaration
Objective-C
@property (nonatomic) float columnSize;