NChartBrushScale Properties |
The NChartBrushScale type exposes the following members.
Name | Description | |
---|---|---|
Brushes |
Array of brushes.
| |
GradientSharpness |
Sharpness of gradient, [0;1]. 0 means very smooth color transition, 1 means very sharp one. The default value is 0.2.
This value has effect if IsGradient flag is set to true only.
| |
IsGradient |
Flag determining if scale can return gradient colors. The default value is true.
The gradient scale assumes that the array of brushes contains instances of NChartSolidColorBrush and
linearly interpolates colors that correspond to the neighbor values.
| |
Values |
Array of values.
|