www.Chart4.NET (Documentation)  |  
Samples Download  |  Release Notes
            Whether to reload data of the chart on a drill-down (node-click). See Remarks. Default is false.
            
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool hpRefreshNeeded { get; set; }public bool hpRefreshNeeded { get; set; }Public Property hpRefreshNeeded As Boolean 
	Get 
	Set
Public Property hpRefreshNeeded As Boolean 
	Get 
	Set
public:
property bool hpRefreshNeeded {
	bool get ();
	void set (bool value);
}public:
property bool hpRefreshNeeded {
	bool get ();
	void set (bool value);
}member hpRefreshNeeded : bool with get, set
member hpRefreshNeeded : bool with get, set
/** @property */
public boolean get_hpRefreshNeeded()
/** @property */
public void set_hpRefreshNeeded(boolean value)
/** @property */
public boolean get_hpRefreshNeeded()
/** @property */
public void set_hpRefreshNeeded(boolean value)
Field Value
System.Boolean
            You have to set it to true, if you want to plot a different set of data/subchart on a node-click.
            
- Relevant only if 
hpDrillDownMode is PostBack.
            
- Set this property in the 
heNodeClick event.