If this property is set and RecalculateValues is set to true, the value at this date is used as base value for recalculation. The default is null. 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 Nullable<DateTime> RecalculateFromDateTime { get; set; }
Visual Basic (Declaration)
Public Property RecalculateFromDateTime As Nullable(Of DateTime)
Visual C++
public:
property Nullable<DateTime> RecalculateFromDateTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}

See Also