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

The ChartExportOptions type exposes the following members.
Properties

  NameDescription
Public propertyExportFormat
PDF / JPEG / PNG / GIF / BMP
Public propertyFilePath
If FilePath is given, the chart will be saved to that location according to the given ExportFormat; Export function will return null. If not given, the Export function returns the stream of data or a Bitmap object as the case may be.
Public propertyFooterAsWatermarkPdf
For PDF export only. Whether footer text should be part of the chart (watermarked) or part of the PDF document (Implication: links become clickable; text become selectable).
Public propertyFooterBrush
Footer Brush
Public propertyFooterFont
Footer Font
Public propertyFooterMargin
Horizontal distance from left & Vertical distance from bottom of the page.
Public propertyFooterText
Footer Text. Use {DATETIME} to insert current time.
Public propertyHeaderAsWatermarkPdf
For PDF export only. Whether header text should be part of the chart (watermarked) or part of the PDF document (Implication: links become clickable; text become selectable).
Public propertyHeaderBrush
Header Brush
Public propertyHeaderFont
Header Font
Public propertyHeaderMargin
Horizontal distance from left & Vertical distance from top of the page.
Public propertyHeaderText
Header Text. Use {DATETIME} to insert current time.
Public propertyHeight
Total height including PageMargin.
Public propertyPageBrush
Page Brush
Public propertyPageMargin
Horizontal and vertical space around the chart. To be filled by PageBrush.
Public propertyWidth
Total width including PageMargin.
Back to Top
See Also