Returns true if date is in visible range.

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 IsDateVisible(
	DateTime date
)
Visual Basic (Declaration)
Public Function IsDateVisible ( _
	date As DateTime _
) As Boolean
Visual C++
public:
bool IsDateVisible(
	DateTime date
)

Parameters

date
Type: System..::.DateTime
Date to be checked for visibility

Return Value

true if date is in visible range, false otherwise.

See Also