www.Chart4.NET (Documentation) | Samples Download | Release Notes
The HierarchyTools type exposes the following members.
Back to Top
The HierarchyTools type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExportChart |
Export chart to the given format, with the extended settings. See ChartExportOptions properties for a description of settings. If FilePath given in Options is empty, the stream is returned. Else chart is exported to the given file and the method returns a null.
| |
ExportChartToImageFile(ChartExportOptions) |
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.
| |
ExportChartToImageFile(String, ImageFormat, Int32, Int32) |
Export the chart and save to a file, in the specified image format and size. If FilePath given is empty, the image object (Bitmap) is returned, ignoring the ExportFormat, else returns a null.
| |
ExportChartToPdfFile |
Export the chart to PDF format and save to a file. If FilePath given is empty, the stream is returned, else returns a null.
| |
GetChartImage |
Makes the chart image, in the specified size.
| |
GetChartSize |
Returns the size of the current chart image.
| |
PrintChart(Int32, Int32) |
Print chart after selecting the printer and page type. MultiPageMargin=5; ShowPrintPreview=true;
| |
PrintChart(Int32, Int32, Int32, Boolean) |
Print chart after selecting the printer and page type.
| |
PrintChart(Int32, Int32, Int32, Boolean, PrinterSettings, PageSettings) |
Print chart to the given printer with the given page settings.
| |
SearchLocate(String) |
Search and highlight in chart for nodes having the text in title or description, in case-insensitive manner.
| |
SearchLocate(String, Boolean, SearchType) |
Search and highlight for nodes having the text.
| |
SearchLocateAll |
Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().
| |
SearchLocateNext |
Highlight next item in the searched list of organization chart nodes; searched using SearchLocate().
| |
SearchLocatePrevious |
Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().
| |
SearchNode(String) |
Search for nodes having the text in title or description, in case-insensitive manner.
| |
SearchNode(String, Boolean, SearchType) |
Search for nodes having the text.
| |
SearchReset |
Clear the search navigation process.
|
See Also