NChartRadarSeriesGradientUniform Property |
Flag determining if, in case of gradient brush, the area should have gradient that is interpolated from minimum to
maximum values (true), or it should be reinterpolated in each value (false). The default value is false.
If this flag is false and the area series has gradient brush, the gradient will probably look like a saw
repeating the shape of the area. If this flag is true, the gradient looks linear and do not repeat the shape of the
area.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool GradientUniform { get; set; }
Public Property GradientUniform As Boolean
Get
Set
public:
virtual property bool GradientUniform {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
INChartAreaSeriesGradientUniformSee Also