C-DEngine 5.105

TheChartData..::..IsValidValue Property

Array of bools . a true value means that the corresponding value in the MyValue array is valid

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool[] IsValidValue { get; set; }
Public Property IsValidValue As Boolean()
	Get
	Set
public:
property array<bool^>^ IsValidValue {
	array<bool^>^ get ();
	void set (array<bool^>^ value);
}