Gets the error text which was returned after evaluating FunctionCode expression. Returns empty string if the code was evaluated without errors or FunctionCode property value is empty.

Namespace:  C1.Silverlight.Chart.Extended
Assembly:  C1.Silverlight.Chart.Extended (in C1.Silverlight.Chart.Extended.dll)

Syntax

C#
public string FunctionCodeError { get; private set; }
Visual Basic
Public Property FunctionCodeError As String
	Get
	Private Set

See Also