Your solution for making applications and Business Intelligence a reality.
MS4BI : CHARTS - Datavisation -
Definition
Displays a chart from a specified graphics library.
8 Chart libraries and Advanced forms:
Unique optimised source code (Ms4script®) reduces development times,regardless of graphical library
**Note to investors :** future versions of MS4BI/Ms4script will be able to include
and promote all of the free graphics libraries, open source Charts, or PHP extensions among others "+
FormPlus : DrawXXX, title : string/literal , ANGLE : integer ,
TYPE : integer, ................... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormPchart : DrawXXX, title : string/literal , Area : integer , integer
TYPE : integer, ................... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormMorris : DrawXXX, title : string/literal , ANGLE : integer ,
TYPE : integer, or ................... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormGOOGLE : DrawXXX, title : string/literal ,
TYPE : integer, or ................... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormChartJS : DrawXXX, title : string/literal ,
TYPE : integer, or ................... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormLeaflet : DRAWGEOMAP ID: "mymap", SetView(var latitude ,var longitude ), Zoom : xx ,
height :"xxxpx",width : "xxxpx" title : string/literal use View or Table ("View\Table Name or $MS4VIEWDBTMP ");
FormExcel : CHART(XXX), title : string/literal , height : "xx%"..
......... use View or Table ("View\Table Name or $MS4VIEWDBTMP ");