iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIWaterfallRenderableSeries3D
@interface SCIWaterfallRenderableSeries3D : SCIBaseRenderableSeries3D
Provides a series type for Waterfall chart rendering.
-
Defines the stroke color of the waterfall chart slices.
Declaration
Objective-C
@property (nonatomic) unsigned int stroke;Swift
var stroke: UInt32 { get set } -
Defines the stroke thickness to apply to the waterfall chart slice
Declaration
Objective-C
@property (nonatomic) float strokeThickness;Swift
var strokeThickness: Float { get set } -
Defines the thickness of waterfall chart slices
Declaration
Objective-C
@property (nonatomic) float sliceThickness;Swift
var sliceThickness: Float { get set } -
Defines the color mapping for selected slices of waterfall chart.
Declaration
Objective-C
@property (nonatomic, strong, nonnull) SCIMeshColorPalette *selectedColorMapping;Swift
var selectedColorMapping: SCIMeshColorPalette { get set } -
Defines the Y mapping for filling slices of a waterfall chart.
Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIMeshColorPalette *yColorMapping;Swift
var yColorMapping: SCIMeshColorPalette? { get set } -
Defines the Z mapping for filling slices of a waterfall chart.
Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIMeshColorPalette *zColorMapping;Swift
var zColorMapping: SCIMeshColorPalette? { get set } -
Defines the Y mapping for filling slices of a waterfall chart.
Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIMeshColorPalette *yStrokeColorMapping;Swift
var yStrokeColorMapping: SCIMeshColorPalette? { get set } -
Defines the Z mapping for filling slices of a waterfall chart.
Declaration
Objective-C
@property (nonatomic, strong, nullable) SCIMeshColorPalette *zStrokeColorMapping;Swift
var zStrokeColorMapping: SCIMeshColorPalette? { get set } -
Defines how a waterfall chart renders its data.
Declaration
Objective-C
@property (nonatomic) SCIWaterfallClipMode clipMode;Swift
var clipMode: SCIWaterfallClipMode { get set } -
Creates a new instance of
SCIWaterfallRenderableSeries3Dclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub