Returns true if both StartDate and EndDate are set.

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 DatesAreSet { get; }
Visual Basic (Declaration)
Public ReadOnly Property DatesAreSet As Boolean
Visual C++
public:
property bool DatesAreSet {
	bool get ();
}

See Also