
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIColumnRenderableSeries3D
@interface SCIColumnRenderableSeries3D : SCIXyzRenderableSeries3DBase
Provides 3D Columns series rendering.
-
Defines the Fill color for columns.
Declaration
Objective-C
@property (nonatomic) unsigned int fillColor;
-
Defines the the value between 0.0 and 1.0 which defines the fraction of available space each column should occupy in
X and Z dimensions
.Declaration
Objective-C
@property (nonatomic) double dataPointWidth;
-
Defines the the value between 0.0 and 1.0 which defines the fraction of available space each column should occupy in
X dimension
.Declaration
Objective-C
@property (nonatomic) double dataPointWidthX;
-
Defines the the value between 0.0 and 1.0 which defines the fraction of available space each column should occupy in
Z dimension
.Declaration
Objective-C
@property (nonatomic) double dataPointWidthZ;
-
Defines the value determining how colum size and spacing between them is calculated.
Possible values:
Declaration
Objective-C
@property (nonatomic) SCIColumnSpacingMode columnSpacingMode;
-
Sets size of column for the
SCIColumnSpacingMode.SCIColumnSpacingMode_FixedSize
mode.Declaration
Objective-C
@property (nonatomic) float columnFixedSize;
-
Defines the shape of the columns.
Declaration
Objective-C
@property (nonatomic) SCIChartMeshTemplate columnShape;
-
Creates a new instance of
SCIColumnRenderableSeries3D
class.Declaration
Objective-C
- (nonnull instancetype)init;