Click or drag to resize
NChartLinearGradientBrushEndPoint Property
Ending point of the gradient. It is relative to area its value should be in (0..1; 0..1). (0; 0) is the bottom left corner of the area (1; 1) is the top right corner.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public Point EndPoint { get; set; }

Property Value

Type: Point
See Also