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; }
Public Property BevelColor As Color
Get
Set
public:
virtual property Color^ BevelColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorSee Also