
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;
-
Defines the stroke thickness of the lines.
Declaration
Objective-C
@property (nonatomic) float strokeThickness;
-
Defines a value indicating whether the lines are antialiased or not.
Declaration
Objective-C
@property (nonatomic) BOOL isAntialiased;
-
Defines a value indicating whether the lines should be drawn as line strips or as separate lines.
Declaration
Objective-C
@property (nonatomic) BOOL isLineStrips;
-
Creates a new instance of
SCIPointLineRenderableSeries3D
class.Declaration
Objective-C
- (nonnull instancetype)init;