Click or drag to resize
NChartPieSeriesBevelColor Property
Color of the bevel effect. This property is supported in 2D mode only. The default value is null (that means no bevel). Use this property to add a bevel effect to the series. You can achieve different effects with different colors. For example, to add a shadow inside the pie circle, set the color like
Color.FromArgb(100, 0, 0, 0)
. You also have to set NChartPieSeriesSettings.BevelRatio to get the bevel effect.

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

Property Value

Type: Color
See Also