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; }
Public Property IsGradient As Boolean
Get
Set
public:
virtual property bool IsGradient {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also