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