Click or drag to resize
NChartBarSeriesSettingsShouldSmoothCylinders Property
Flag that determines if cylinders should appear smooth (true) of faced (false). Generally if you specify low resolution (see cylindersResolution for details) when the individual faces are still visible it is a good idea to have cylinders faced and vice versa. The default value is false. If cylinders 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 ShouldSmoothCylinders { get; set; }

Property Value

Type: Boolean

Implements

INChartColumnSeriesSettingsShouldSmoothCylinders
See Also