NChartColumnSeriesSettingsCornerRadius 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; }
Public Property CornerRadius As Single
Get
Set
public:
virtual property float CornerRadius {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleImplements
INChartColumnSeriesSettingsCornerRadiusSee Also