INChartColumnSeriesSettingsShouldSmoothCylinders 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 bool ShouldSmoothCylinders { get; set; }
Property ShouldSmoothCylinders As Boolean
Get
Set
property bool ShouldSmoothCylinders {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also