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

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

Property Value

Type: IReadOnlyListNChartGradientStop
See Also