Click or drag to resize
NChartMarkerShape Enumeration
The NChartMarkerShape enum provides constants for markers' shapes.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartMarkerShape
Members
  Member nameValueDescription
None0 Do not display the marker.
Circle1 Display a plain circle.
Sphere2 Display a volumetric sphere.
Model3 Display a custom 3D model.
See Also