Click or drag to resize
NChartLinearGradientBrush Constructor
Create linear gradient brush with given colors. This is a convenient equivalent to creating stops arraying them and then setting the array to the new instance of the linear gradient brush.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartLinearGradientBrush(
	Color color1,
	Color color2
)

Parameters

color1
Type: Windows.UIColor
First color of gradient.
color2
Type: Windows.UIColor
Second color of gradient.
See Also