www.Chart4.NET | Samples

Base URL to navigate on node-click. See also hpDrillDownMode and hpDrillDownTarget.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public string hpDrillDownURL { get; set; }
Visual Basic (Declaration)
Public Property hpDrillDownURL As String
Visual Basic (Usage)
Dim instance As HierarchyWeb
Dim value As String

value = instance.hpDrillDownURL

instance.hpDrillDownURL = value
Visual C++
public:
property String^ hpDrillDownURL {
	String^ get ();
	void set (String^ value);
}
J#
/** @property */
public String get_hpDrillDownURL()
/** @property */
public  void set_hpDrillDownURL(String value)
JScript
public function get hpDrillDownURL () : String
public function set hpDrillDownURL (value : String)
JavaScript
function get_hpDrillDownURL();
function set_hpDrillDownURL(value);

Field Value

System.String

See Also