Click or drag to resize
NChartGradientStop Class
The NChartGradientStop class provides a control point of the gradient defining some color and it's position on the area being filled with a gradient. The gradient is constructed from multiple gradient-stops.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartGradientStop

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartGradientStop

The NChartGradientStop type exposes the following members.

Constructors
  NameDescription
Public methodNChartGradientStop
Create gradient stop with color and offset.
Top
Properties
  NameDescription
Public propertyColor
Color of the gradient-stop.
Public propertyOffset
Offset of gradient-stop in the whole gradient. Offset is in interval 0..1. 0 means the start of the area filled with a gradient 1 means the end of it. For example if you want to create a gradient of two colors it's common to use 0.0 as the offset for the first color and 1.0 for the second.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also