Click or drag to resize
NChartGradientStop Constructor
Create gradient stop with color and offset.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartGradientStop(
	Color color,
	float offset
)

Parameters

color
Type: Windows.UIColor
The color of gradient stop.
offset
Type: SystemSingle
The offset of gradient stop.
See Also