NChartMarkerShape Enumeration |
The NChartMarkerShape enum provides constants for markers' shapes.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartMarkerShape
Public Enumeration NChartMarkerShape
public enum class NChartMarkerShape
Members
| Member name | Value | Description |
---|
| None | 0 |
Do not display the marker.
|
| Circle | 1 |
Display a plain circle.
|
| Sphere | 2 |
Display a volumetric sphere.
|
| Model | 3 |
Display a custom 3D model.
|
See Also