Click or drag to resize
NChartLinearGradientBrushStartPoint Property
Starting point of the gradient. It is relative to the 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 StartPoint { get; set; }

Property Value

Type: Point
See Also