Macro: DFDIAGRAM_ITEM

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

*** DFDiagram_Item *** 1. Required = Value *** 2. Required = Label *** 3. Not Req. = No value, Value or percent DFGR_NOVAL,DFGR_VAL,DFGR_PER *** 4. Not Req. = Number of decimals *** 5. Not Req. = Move slice in pie //DFGR_IN, DFGR_OUT *** 6. Not Reg. = Fill color //RGB_?? *** 8. Not Req. = Boarder color //RGB_?? ***

 #IF (!0=7)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 !7 !6 DFGR_FILL !4 !3 !5
 #ENDIF

 #IF (!0=6)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 RGB_BLACK !6 DFGR_FILL !4 !3 !5
 #ENDIF

 #IF (!0=5)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 RGB_BLACK -1 DFGR_FILL !4 !3 !5
 #ENDIF

 #IF (!0=4)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 RGB_BLACK -1 DFGR_FILL !4 !3 DFGR_IN
 #ENDIF

 #IF (!0=3)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 RGB_BLACK -1 DFGR_FILL 2 !3 DFGR_IN
 #ENDIF

 #IF (!0=2)
    Send DFDiagram_Item of WinPrintID;
        (DFCurrent_Diagram(WinPrintID)) !2 !1 RGB_BLACK -1 DFGR_FILL 2 DFGR_VAL DFGR_IN
 #ENDIF