User Tools

Site Tools


visual3d:documentation:pipeline:report_commands:export_graph

Export Graph

The Export_Graph command can be used to export an image of a graph from a report.

Pipeline Command

The Export Graph command can be found in the Pipeline Workshop within the Reports/Interactive Graphs tab as so:

Export_Graph
/PAGE_NUMBER=
! /EXPORT_PAGE=TRUE
! /COLUMN_NUMBER=
! /ROW_NUMBER=
! /EXPORT_FORMAT=
! /EXPORT_FILENAME=
;

Command Parameters

The parameters that can be modified for this command are as follows:

PAGE_NUMBER= The report page number containing the graph to be exported
/EXPORT_PAGE= True or False: Export the entire report page
/COLUMN_NUMBER= The column containing the graph to be exported
/ROW_NUMBER= The row containing the graph to be exported

The default setting for the command is to export a whole page.

To export a single graph from a report, the EXPORT_PAGE parameter should be set to FALSE and the page and column numbers of the graph should be specified.

Supported file types are .png, .jpeg, .bmp, .gif, and .svg

Example: Export Specific Graph on Page 2

Export_Graph
/PAGE_NUMBER=2
/EXPORT_PAGE=FALSE
/COLUMN_NUMBER=2
/ROW_NUMBER=1
/EXPORT_FORMAT=.png
/EXPORT_FILENAME=Graph_1
;
visual3d/documentation/pipeline/report_commands/export_graph.txt · Last modified: by wikisysop