iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIColumnRenderPassData
@interface SCIColumnRenderPassData : SCIXyRenderPassData
Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIBaseColumnRenderableSeries.
-
Defines the value in pixels that determines each
columnwidth.Declaration
Objective-C
@property (nonatomic) float columnPixelWidth;Swift
var columnPixelWidth: Float { get set } -
Defines the value which determines the zero line in
Y-direction.Note
Used to set the bottom of thecolumn.Declaration
Objective-C
@property (nonatomic) float zeroLineCoord;Swift
var zeroLineCoord: Float { get set }
View on GitHub