Click or drag to resize
INChartAreaSeriesGradientUniform 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
bool GradientUniform { get; set; }

Property Value

Type: Boolean
See Also