HierarchyTools PrintChart Method (Int32, Int32)Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Print chart after selecting the printer and page type. MultiPageMargin=5; ShowPrintPreview=true;

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string PrintChart(
	int Width,
	int Height
)
public String PrintChart(
	int Width,
	int Height
)

Parameters

Width
Type: OnlineSystem Int32
Required width of the chart. Large charts will be displayed in multiple pages.
Height
Type: OnlineSystem Int32
Required height of the chart. Large charts will be displayed in multiple pages.

Return Value

Returns blank if succeeded, error message otherwise.
See Also