Gets or sets setting specifying whether values should be recalculated to percent change for start of the data set (true) or from first visible date (false - the default). 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 RecalculateFromStart { get; set; }
Visual Basic (Declaration)
Public Property RecalculateFromStart As Boolean
Visual C++
public:
property bool RecalculateFromStart {
	bool get ();
	void set (bool value);
}

See Also