Graph |
public static class GraphDocumentBaseExportActions
The GraphDocumentBaseExportActions type exposes the following members.
| Name | Description | |
|---|---|---|
| _graphExportOptionsToFile |
| Name | Description | |
|---|---|---|
| DoExportGraph(GraphDocumentBase, String) | ||
| DoExportGraph(GraphDocumentBase, String, GraphExportOptions) | ||
| RenderAsBitmap | Renders the graph document as bitmap with default PixelFormat.Format32bppArgb. | |
| RenderAsEnhancedMetafileVectorFormat | Renders the graph document as enhanced metafile image in vector format with the options given in renderingOptions | |
| SaveMiniProject | Internal routine to save a mini project under a given name. | |
| ShowExportMultipleGraphsAsMiniProjectDialog | Shows the multi file export dialog and exports the graphs as mini projects. | |
| ShowExportMultipleGraphsDialog | Shows the multi file export dialog and exports the graphs, using the GraphExportOptions that are stored in this class. | |
| ShowExportMultipleGraphsDialogAndExportOptions | Shows the dialog to choose the graph export options, and then the multi file export dialog. | |
| ShowFileExportDialog | ||
| ShowFileExportMetafileDialog | ||
| ShowFileExportSpecificDialog | ||
| ShowFileExportTiffDialog | ||
| ShowGraphExportOptionsDialog | Shows the graph export options dialog and thus sets the current graph export options. |