BasePointMarker3D Class
The base-class for Pointmarkers in SciChart 3D. This is used to repeat a texture or a 3D model at data-points in certain renderable series
Object Model

Syntax
public abstract class BasePointMarker3D extends com.scichart.core.framework.DisposableBase implements com.scichart.core.framework.IAttachable, com.scichart.core.framework.IInvalidatableElement |
Inheritance Hierarchy
java.lang.Object
com.scichart.core.framework.DisposableBase
com.scichart.charting3d.visuals.pointMarkers.BasePointMarker3D
com.scichart.charting3d.visuals.pointMarkers.BaseMeshPointMarker3D
com.scichart.charting3d.visuals.pointMarkers.BaseTexturePointMarker3D
com.scichart.charting3d.visuals.pointMarkers.PixelPointMarker3D
See Also