SciChart.Charting3D Assembly : SciChart.Charting3D.PointMarkers Namespace
SciChart.Charting3D.PointMarkers Namespace
Classes
 ClassDescription
Class

Defines the base-class for a BasePointMarker3D which renders a 3D model at each point.

Use in combination with the SciChart.Charting3D.RenderableSeries.ScatterRenderableSeries3D to render a point-cloud

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
Class

Defines the base-class for a BasePointMarker3D which renders a flat texture at each point.

Use in combination with the SciChart.Charting3D.RenderableSeries.ScatterRenderableSeries3D to render a point-cloud

Class Defines a Cube Point-marker for used with 3D RenderableSeries
ClassDefines a Custom texture Point-marker for used with 3D RenderableSeries. Accepts a Brush, e.g. try System.Windows.Media.VisualBrush or System.Windows.Media.ImageBrush
Class Defines a Cylinder Point-marker for used with 3D RenderableSeries
Class Defines an Ellipse (flat texture) Point-marker for used with 3D RenderableSeries
Class Defines a Pixel Point-marker for used with 3D RenderableSeries
Class Defines a Pyramid Point-marker for used with 3D RenderableSeries
Class Defines a Quad (flat texture) Point-marker for used with 3D RenderableSeries
Class Defines a Sphere Point-marker for used with 3D RenderableSeries
Class Defines a Triangle (flat texture) Point-marker for used with 3D RenderableSeries
Enumerations
 EnumerationDescription
EnumerationDefines the BasePointMarker3D Marker Type.
See Also