
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIDataSeries3D
@protocol ISCIDataSeries3D <ISCIDataSeriesCore>
Defines the base protocol to a 3D DataSeries which provides a data-source for ISCIRenderableSeries3D
.
-
Gets the total extents of the
ISCIDataSeries
in the X direction.Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIRange> _Nonnull xRange;
-
Gets the total extents of the
ISCIDataSeries
in the Y direction.Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIRange> _Nonnull yRange;
-
Gets the total extents of the
ISCIDataSeries
in the Z direction.Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIRange> _Nonnull zRange;
-
Gets a synchronization object used to lock this data-series. Also locked on append, update, remove or clear.
Declaration
Objective-C
@property (nonatomic, readonly) id<ISCIReadWriteLock> _Nonnull lock;