www.Chart4.NET | Samples

Hierarchy chart control class that can embed in a WebForm.

Notes:
  • Properties are prefixed with hp.
  • Property and method collection items are prefixed with hpc.
  • Events are prefixed with he.
  • Methods are prefixed with hm.
  • Specify basic chart settings in inherited _Init event, data in heHierarchyData event and drawing settings in heHierarchyDraw event.

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

Syntax

C#
public sealed class HierarchyWeb : WebControl, 
	IPostBackEventHandler
Visual Basic (Declaration)
Public NotInheritable Class HierarchyWeb _
	Inherits WebControl _
	Implements IPostBackEventHandler
Visual Basic (Usage)
Dim instance As HierarchyWeb
Visual C++
public ref class HierarchyWeb sealed : public WebControl, 
	IPostBackEventHandler
J#
public final class HierarchyWeb extends WebControl implements IPostBackEventHandler
JScript
public final class HierarchyWeb extends WebControl implements IPostBackEventHandler
JavaScript
UnifoChart.Hierarchy.HierarchyWeb = function();

Type.createClass(
	'UnifoChart.Hierarchy.HierarchyWeb',
	WebControl,
	IPostBackEventHandler);

Remarks

Refer hpcData for chart data input, hpcSettings for the chart and node settings, and hpcTools for chart export and node customization.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      UnifoChart.Hierarchy..::.HierarchyWeb

See Also