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
colorsThe color of point markers.
scalesThe scale of point markers.
defaultColorThe default color of point marker.
defaultScaleThe default scale of point marker.
View on GitHub