Gets the internal partial bar.

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

Syntax

C#
public BarData BarPartialBar { get; }
Visual Basic (Declaration)
Public ReadOnly Property BarPartialBar As BarData
Visual C++
public:
property BarData^ BarPartialBar {
	BarData^ get ();
}

Remarks

This variable holds the Partial Bar, but is not updated when new ticks come in.

See Also