iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIFreeSurfaceDataSeries3DValues
@protocol ISCIFreeSurfaceDataSeries3DValues <ISCIXyzDataSeries3DValues>
Defines the protocol with values for 2D grid based free shaped 3D surface.
-
Gets number of U segments of the 2D grid.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger uSize;Swift
var uSize: Int { get } -
Gets number of V segments of the 2D grid.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger vSize;Swift
var vSize: Int { get } -
Gets a data offset by X axis of the Surface.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) id<ISCIComparable> offsetX; -
Gets a data offset by Y axis of the Surface.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) id<ISCIComparable> offsetY; -
Gets a data offset by Z axis of the Surface.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) id<ISCIComparable> offsetZ;
View on GitHub