Click or drag to resize
NChartMarkerResolution Property
Resoution of the marker. Resolution is the amount of vertices that build the circle (sphere). It is used if marker's shape is NChartMarkerShape.Circle or NChartMarkerShape.Sphere. This value cannot be less than 3 and greater than 32. See also Shape.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public uint Resolution { get; set; }

Property Value

Type: UInt32
See Also