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

See Also