iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIWaterfallRenderPassData3D
@interface SCIWaterfallRenderPassData3D : SCIYSeriesRenderPassData3D
Defines WaterfallRenderPassData3D, the data used in a single render pass by SCIWaterfallRenderableSeries3D.
-
Provides the collection of selected waterfall slice indees.
Declaration
Objective-C
@property (nonatomic, strong) SCIIntegerValues *_Nonnull selectedSlices;Swift
var selectedSlices: SCIIntegerValues { get set } -
Provides the collection of selected waterfall slice points.
Declaration
Objective-C
@property (nonatomic, strong) SCIDoubleValues *_Nonnull slicePoints;Swift
var slicePoints: SCIDoubleValues { get set } -
Defines the size of associated data in
X-directionfor the current render pass.Declaration
Objective-C
@property (nonatomic) NSInteger countX;Swift
var countX: Int { get set } -
Defines the size of associated data in
Z-directionfor the current render pass.Declaration
Objective-C
@property (nonatomic) NSInteger countZ;Swift
var countZ: Int { get set } -
Defines the value which corresponds to minimum slice.
Declaration
Objective-C
@property (nonatomic) double sliceMin;Swift
var sliceMin: Double { get set } -
Defines the value which corresponds to maximum slice.
Declaration
Objective-C
@property (nonatomic) double sliceMax;Swift
var sliceMax: Double { get set }
View on GitHub