NChartBrushScaleGradientSharpness Property |
Sharpness of gradient, [0;1]. 0 means very smooth color transition, 1 means very sharp one. The default value is 0.2.
This value has effect if IsGradient flag is set to true only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float GradientSharpness { get; set; }
Public Property GradientSharpness As Single
Get
Set
public:
virtual property float GradientSharpness {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also