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

Makes the chart image, in the specified size.

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

public string GetChartImage(
	int Width,
	int Height,
	out Bitmap BitmapImage
)
public String GetChartImage(
	int Width,
	int Height,
	/** @attribute OutAttribute */ /** @ref */Bitmap BitmapImage
)

Parameters

Width
Type: OnlineSystem Int32
Width of the resultant image
Height
Type: OnlineSystem Int32
Height of the resultant image
BitmapImage
Type: OnlineSystem.Drawing Bitmap 
The bitmap image to output the chart image

Return Value

Returns blank if succeeded, error message otherwise.
See Also