| Name | Description |
---|
| RenderAsBitmapToFile(GraphDocument, String, GraphExportOptions) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
| RenderAsBitmapToFile(GraphDocument, String, ImageFormat, Double) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb and no background brush.
|
| RenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, Double) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
| RenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, PixelFormat, Double, Double) |
Saves the graph as an bitmap file into the file filename.
|