NChartGradientStopOffset Property |
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.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float Offset { get; set; }
Public Property Offset As Single
Get
Set
public:
virtual property float Offset {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also