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
ISCIDataSeriesin the X direction. -
Gets the total extents of the
ISCIDataSeriesin the Y direction. -
Gets the total extents of the
ISCIDataSeriesin the Z direction. -
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;Swift
var lock: any ISCIReadWriteLock { get }
View on GitHub