Gets a BarStatistic for the specified date.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public SortedList<DateTime, BarStatistic> BarStats { get; }
Visual Basic (Declaration)
Public ReadOnly Property BarStats As SortedList(Of DateTime, BarStatistic)
Visual C++
public:
property SortedList<DateTime, BarStatistic^>^ BarStats {
	SortedList<DateTime, BarStatistic^>^ get ();
}

See Also