Macro: DFCREATEDIAGRAM

Module location: Winprint_Commands.pkg line 359 (view source)

*** DFCreateDiagram *** 1. Required = Type of diagram //DFGR_?? *** 2. Required = Type of effect //DFGR_?? *** 3. Required = Height *** 4. Required = Width *** 5. Optional = Display XY Axis (true/false), valid ONLY for bar charts ***

 #IF (!0=5)
    Send DFCreateDiagram of WinPrintID !1 !2 !3 !4 !5
 #ENDIF
 #IF (!0=4)
    Send DFCreateDiagram of WinPrintID !1 !2 !3 !4 (false)
 #ENDIF