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

Export chart to the given image format, with the extended settings. See ChartExportOptions properties for a description of settings. If FilePath given in Options is empty, the Bitmap object is returned. Else chart is exported to the given file and the method returns a null.

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

public Bitmap ExportChartToImageFile(
	ChartExportOptions Options
)
public Bitmap ExportChartToImageFile(
	ChartExportOptions Options
)

Return Value

If FilePath given in Options is empty, the Bitmap object is returned. Else chart is exported to the given file and the method returns a null.
See Also