Interface IPointMetadataProvider3D
Defines interface for metadata for com.scichart.charting3d.visuals.pointMarkers.BasePointMarker3D
Namespace:
Assembly: .dll
Syntax
public interface IPointMetadataProvider3D extends renderableSeries.metadataProviders.IMetadataProvider3D
Methods
updatePointMetadata(IntegerValues pointColors, FloatValues pointScales, int defaultColor, float defaultScale)
Updates metdata for point markers
Declaration
public abstract void updatePointMetadata(IntegerValues pointColors, FloatValues pointScales, int defaultColor, float defaultScale)
Parameters
| Type | Name | Description |
|---|---|---|
| IntegerValues | pointColors | The color of point markers |
| FloatValues | pointScales | The scale of point markers |
| int | defaultColor | The default color of point marker |
| float | defaultScale | The default scale of point marker |