Click or drag to resize
NChartBrushScaleIsGradient Property
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.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool IsGradient { get; set; }

Property Value

Type: Boolean
See Also