50 likes | 177 Views
BarGraph.dll. Printing a bar-graph within Business Rules. Information Needed. Mat NAMES$ Titles X and Y axis legends Legend descriptions Mat AMT (must be positive) One or two dimensional Contains data to plot Mat AMT$ - Data descriptions. Use of Function. Name the library
E N D
BarGraph.dll Printing a bar-graph within Business Rules
Information Needed • Mat NAMES$ • Titles • X and Y axis legends • Legend descriptions • Mat AMT (must be positive) • One or two dimensional • Contains data to plot • Mat AMT$ - Data descriptions
Use of Function • Name the library • Library env$(“PD”)&”vol002\bargraph.dll:fnbargraph • Create the matrixes • Call the function • Let fnbargraph(mat names$,mat amt,mat AMT$)
More Help • The function is self running • Load FNBARGRAPH.DLL in BR • Run Lines 1 – 61 define sample data and run the program (Change line 25 for your own program location)