
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
column
width.Declaration
Objective-C
@property (nonatomic) float columnPixelWidth;
-
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;