Gets or sets the list of linked indicators.

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

Syntax

C#
public Dictionary<string, KeyValuePair<string, Color>> LinkedIndicators { get; set; }
Visual Basic (Declaration)
Public Property LinkedIndicators As Dictionary(Of String, KeyValuePair(Of String, Color))
Visual C++
public:
property Dictionary<String^, KeyValuePair<String^, Color>>^ LinkedIndicators {
	Dictionary<String^, KeyValuePair<String^, Color>>^ get ();
	void set (Dictionary<String^, KeyValuePair<String^, Color>>^ value);
}

See Also