Click or drag to resize
NChartColumnSeriesSettingsCylindersResolution Property
The resolution of cylinders. Resolution is the amount of vertices that build the circle. For example if you want to get a square column you should set resolution to 4. If you want to get a cylindrical column 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 cylinder is 16 or 20. The default value is 4. This value cannot be less than 3 and greater than 32.

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

Property Value

Type: Int32

Implements

INChartColumnSeriesSettingsCylindersResolution
See Also