www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string hpDrillDownTarget { get; set; }
public string hpDrillDownTarget { get; set; }
Public Property hpDrillDownTarget As String
Get
Set
Public Property hpDrillDownTarget As String
Get
Set
public:
property String^ hpDrillDownTarget {
String^ get ();
void set (String^ value);
}
member hpDrillDownTarget : string with get, set
member hpDrillDownTarget : string with get, set
/** @property */
public String get_hpDrillDownTarget()
/** @property */
public void set_hpDrillDownTarget(String value)
/** @property */
public String get_hpDrillDownTarget()
/** @property */
public void set_hpDrillDownTarget(String value)
Field Value
System.String
Default is "" (for same window). Set to "_blank" (for new window) or to target frame if needed.