Click or drag to resize
NChartBarSeriesSettingsCornerRadius Property
Corner radius of the columns relative to the actual column width. The default value is 0. If the radius is 0, columns have sharp corners. If the radius is 1, columns have rounded corners with the radius equal to the half of the columns' width.

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

Property Value

Type: Single

Implements

INChartColumnSeriesSettingsCornerRadius
See Also