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
)
Public Sub New (
color As Color,
offset As Single
)
public:
NChartGradientStop(
[InAttribute] Color^ color,
[InAttribute] float offset
)
Parameters
- color
- Type: Windows.UIColor
The color of gradient stop. - offset
- Type: SystemSingle
The offset of gradient stop.
See Also