Click or drag to resize
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; }

Property Value

Type: Single
See Also