
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPoint3D
@interface SCIPoint3D : NSObject
Represents the [x, y, z]
coordinates point in 3-D space.
Note
Thex
, y
and z
components are single-precision floating-point values.
-
The
x-component
of thisSCIPoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) float x;
-
The
y-component
of thisSCIPoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) float y;
-
The
z-component
of thisSCIPoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) float z;