Click or drag to resize
NChartLinearGradientBrushGradientStops Property
Array of gradient-stops that construct the gradient for this brush.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public IReadOnlyList<NChartGradientStop> GradientStops { get; set; }

Property Value

Type: IReadOnlyListNChartGradientStop

Implements

INChartGradientBrushGradientStops
See Also