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; }
Public Property Resolution As Integer
Get
Set
public:
virtual property int Resolution {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32See Also