Click or drag to resize
NChartBrushScale Properties

The NChartBrushScale type exposes the following members.

Properties
  NameDescription
Public propertyBrushes
Array of brushes.
Public propertyGradientSharpness
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.
Public propertyIsGradient
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.
Public propertyValues
Array of values.
Top
See Also