iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCISurfaceMeshMetadataProvider3D
@protocol ISCISurfaceMeshMetadataProvider3D <ISCIMetadataProvider3D>
Defines metadata provider for 3D surface mesh.
-
Update 3D surface mesh metadata.
Declaration
Objective-C
- (void)updateMeshColors:(nonnull SCIUnsignedIntegerValues *)cellColors;Swift
func updateMeshColors(_ cellColors: SCIUnsignedIntegerValues)Parameters
cellColorsThe cell colors to update.
View on GitHub