The target parameter of the URL, if any. The value is the same as the <target=““> tag in HTML. Use “_blank” to open the URL in a new browser window.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ColumnLinkTarget { get; set; }
Visual Basic (Declaration)
Public Property ColumnLinkTarget As String
Visual C++
public:
property String^ ColumnLinkTarget {
	String^ get ();
	void set (String^ value);
}

See Also