NChartFunnelSeriesSettingsShouldSmooth Property |
Flag that determines if funnel should appear smooth (true) of faced (false). Generally if you specify low resolution
when the individual faces are still visible, it is a good idea to have funnel faced and vice versa.
The default value is false.
If funnel are faced, it consumes more memory than if they don't by the same resolution.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldSmooth { get; set; }
Public Property ShouldSmooth As Boolean
Get
Set
public:
virtual property bool ShouldSmooth {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also