
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIXyzDataSeries3DValues
@protocol ISCIXyzDataSeries3DValues <ISCIDataSeries3D>
Defines the protocol to the XyzDataSeries3D values, a series containing X, Y and Z data-points.
-
Updates specified values with values provided by this
ISCIXyzDataSeries3DValues
instance.Declaration
Objective-C
- (void)updateDoubleXValues:(nonnull SCIDoubleValues *)xValues yValues:(nonnull SCIDoubleValues *)yValues zValues:(nonnull SCIDoubleValues *)zValues;
Parameters
xValues
The
xValues
to set.yValues
The
yValues
to set.zValues
The
zValues
to set.