www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Use this function to skip the page processing, when page request is for chart.
Whether the page request is for the hierarchy chart or not. See Remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public boolean hmIsOnRender()
Return Value
System.BooleanRemarks
protected void Page_Load( object sender, EventArgs e ) { if (HierarchyWeb1.hmIsOnRender( ))//chart request { goto L_EXIT; } if (IsPostBack) { //TODO-1 goto L_EXIT; } //TODO-2 L_EXIT: return; }
See Also