Click or drag to resize
NChartPieSeriesSettingsBevelRatio Property
Bevel effect ratio that determines size of the bevel for pie series relatively to the whole pie radius. This property is supported in 2D mode only. The default value is 0.0 (that means no bevel). This value cannot be less than 0.0 and greater than 1.0. You also have to set NChartPieSeries.BevelColor to get the bevel effect.

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

Property Value

Type: Single
See Also