
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXyzSeriesInfo3D
@interface SCIXyzSeriesInfo3D : SCISeriesInfo3D
Defines a class which contains information about a SCIContourMeshRenderableSeries3DBase
or inheritor, such as name, value, color based on SCIHitTestInfo3D
values.
-
Defines the id of vertex which was hit.
Declaration
Objective-C
@property (nonatomic) unsigned int vertexId;
-
Creates a new instance of
SCIXyzSeriesInfo3D
class.Declaration
Objective-C
- (nonnull instancetype)initWithSeries: (nonnull SCIXyzRenderableSeries3DBase *)series;
Parameters
series
The associated parent
SCIXyzRenderableSeries3DBase
series.