Click or drag to resize
NChartFunnelSeriesSettingsResolution Property
The resolution of funnel. Resolution is the amount of vertices that build the circle. For example if you want to get a square funnel, you should set resolution to 4. If you want to get a cylindrical funnel, you may set a larger value. But the larger is the resolution, the more memory is used and the slower the rendering will be, so you should find out the minimal acceptable value. A good value for funnel is 80 or 160. The default value is 120. This value cannot be less than 3 and greater than 360.

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

Property Value

Type: Int32
See Also