NChartGradientStop Properties |
The NChartGradientStop type exposes the following members.
Name | Description | |
---|---|---|
Color |
Color of the gradient-stop.
| |
Offset |
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.
|