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

The HierarchyTools type exposes the following members.
Methods

  NameDescription
Public methodExportChart
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.
Public methodExportChartToImageFile(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.
Public methodExportChartToImageFile(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.
Public methodExportChartToPdfFile
Export the chart to PDF format and save to a file. If FilePath given is empty, the stream is returned, else returns a null.
Public methodGetChartImage
Makes the chart image, in the specified size.
Public methodGetChartSize
Returns the size of the current chart image.
Public methodPrintChart(Int32, Int32)
Print chart after selecting the printer and page type. MultiPageMargin=5; ShowPrintPreview=true;
Public methodPrintChart(Int32, Int32, Int32, Boolean)
Print chart after selecting the printer and page type.
Public methodPrintChart(Int32, Int32, Int32, Boolean, PrinterSettings, PageSettings)
Print chart to the given printer with the given page settings.
Public methodSearchLocate(String)
Search and highlight in chart for nodes having the text in title or description, in case-insensitive manner.
Public methodSearchLocate(String, Boolean, SearchType)
Search and highlight for nodes having the text.
Public methodSearchLocateAll
Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().
Public methodSearchLocateNext
Highlight next item in the searched list of organization chart nodes; searched using SearchLocate().
Public methodSearchLocatePrevious
Highlight previous item in the searched list of organization chart nodes; searched using SearchLocate().
Public methodSearchNode(String)
Search for nodes having the text in title or description, in case-insensitive manner.
Public methodSearchNode(String, Boolean, SearchType)
Search for nodes having the text.
Public methodSearchReset
Clear the search navigation process.
Back to Top
See Also