Gets or sets the timespan or period for each bar.

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

Syntax

C#
public TimeSpan BarLength { get; set; }
Visual Basic (Declaration)
Public Property BarLength As TimeSpan
Visual C++
public:
property TimeSpan BarLength {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also