iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIPointMetadataProvider3D
@protocol ISCIPointMetadataProvider3D <ISCIMetadataProvider3D>
Defines protocol for metadata for SCIBasePointMarker3D
.
-
Updates metadata for point markers.
Declaration
Objective-C
- (void)updatePointMetadataWithColors:(nonnull SCIUnsignedIntegerValues *)colors pointScales:(nonnull SCIFloatValues *)scales defaultColor:(unsigned int)defaultColor andDefaultScale:(float)defaultScale;
Swift
func updatePointMetadata(withColors colors: SCIUnsignedIntegerValues, pointScales scales: SCIFloatValues, defaultColor: UInt32, andDefaultScale defaultScale: Float)
Parameters
colors
The color of point markers.
scales
The scale of point markers.
defaultColor
The default color of point marker.
defaultScale
The default scale of point marker.