Click or drag to resize
NChartGradientStop Properties

The NChartGradientStop type exposes the following members.

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
See Also