www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Print chart after selecting the printer and page type.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Parameters
- Width
- Type: System Int32
Required width of the chart. Large charts will be displayed in multiple pages.
- Height
- Type: System Int32
Required height of the chart. Large charts will be displayed in multiple pages.
- MultiPageMargin
- Type: System Int32
When chart is extended to multiple pages, the chart overlapping required between page bounds. Default is 5.
- ShowPrintPreview
- Type: System Boolean
Show document to print in a print-preview screen. Click on print button to print the document.
Return Value
Returns blank if succeeded, error message otherwise.See Also