NChartLineSeriesNoDataColor Property |
Color of the line in the points with no data.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Color NoDataColor { get; set; }
Public Property NoDataColor As Color
Get
Set
public:
virtual property Color^ NoDataColor {
Color^ get () sealed;
void set (Color^ value) sealed;
}
Property Value
Type:
ColorImplements
INChartLineSeriesNoDataColorSee Also