[This is preliminary documentation and is subject to change.]

Created binding evaluator and set path to the property which's value should be evaluated.

Namespace:  AmCharts.Windows.QuickCharts
Assembly:  AmCharts.Windows.QuickCharts (in AmCharts.Windows.QuickCharts.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BindingEvaluator(
	string propertyPath
)
Visual Basic (Declaration)
Public Sub New ( _
	propertyPath As String _
)
Visual C++
public:
BindingEvaluator(
	String^ propertyPath
)

Parameters

propertyPath
Type: System..::.String
Path to the property

See Also