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;Swift
var instanceScales: SCIFloatValues { get set } -
Provides a collection of column colors which is used for the single render pass.
Declaration
Objective-C
@property (nonatomic, strong) SCIUnsignedIntegerValues *_Nonnull colors;Swift
var colors: SCIUnsignedIntegerValues { get set } -
Defines the value in pixels that determines each
columnsize.Declaration
Objective-C
@property (nonatomic) float columnSize;Swift
var columnSize: Float { get set }
View on GitHub