Gets or sets setting specifying whether values should be recalculated to percent change. The default is false. This is a dependency property.

Namespace:  AmCharts.Windows.Stock
Assembly:  AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool RecalculateValues { get; set; }
Visual Basic (Declaration)
Public Property RecalculateValues As Boolean
Visual C++
public:
property bool RecalculateValues {
	bool get ();
	void set (bool value);
}

See Also