iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIImpulseRenderableSeries3D
@interface SCIImpulseRenderableSeries3D : SCIXyzRenderableSeries3DBase
Provides 3D Impulse series rendering.
-
Defines the Stroke color to draw with.
Declaration
Objective-C
@property (nonatomic) unsigned int stroke;Swift
var stroke: UInt32 { get set } -
Defines the stroke thickness of lines.
Declaration
Objective-C
@property (nonatomic) float strokeThickness;Swift
var strokeThickness: Float { get set } -
Creates a new instance of
SCIImpulseRenderableSeries3Dclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub