Gets or sets visible end date of the chart. The default is DateTime.MaxValue. 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 DateTime EndDate { get; set; }
Visual Basic (Declaration)
Public Property EndDate As DateTime
Visual C++
public:
property DateTime EndDate {
	DateTime get ();
	void set (DateTime value);
}

See Also