iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPointLineRenderableSeries3D
@interface SCIPointLineRenderableSeries3D : SCIXyzRenderableSeries3DBase
Provides 3D Line series rendering.
-
Defines the stroke color of the lines.
Declaration
Objective-C
@property (nonatomic) unsigned int stroke;Swift
var stroke: UInt32 { get set } -
Defines the stroke thickness of the lines.
Declaration
Objective-C
@property (nonatomic) float strokeThickness;Swift
var strokeThickness: Float { get set } -
Defines a value indicating whether the lines are antialiased or not.
Declaration
Objective-C
@property (nonatomic) BOOL isAntialiased;Swift
var isAntialiased: Bool { get set } -
Defines a value indicating whether the lines should be drawn as line strips or as separate lines.
Declaration
Objective-C
@property (nonatomic) BOOL isLineStrips;Swift
var isLineStrips: Bool { get set } -
Creates a new instance of
SCIPointLineRenderableSeries3Dclass.Declaration
Objective-C
- (nonnull instancetype)init;Swift
init()
View on GitHub