Gets or sets an error from which the data calculation for series has been terminated.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Exception Error { get; set; }
Visual Basic (Declaration)
Public Property Error As Exception
Visual C++
public:
property Exception^ Error {
	Exception^ get ();
	void set (Exception^ value);
}

See Also