Loading…
DD File path:
DD File name: AutoScaleGraphTest.ddl
DD File type: Source file

  • /********************************************/
  • /* EDDL Auto Scaling Graph Tests */
  • /********************************************/
  • MENU graph_autoscaling_graph_tests_window
  • {
  • STYLE WINDOW;
  • LABEL "Auto Scaling Graph Tests";
  • ITEMS
  • {
  • graph_autoscaling_graph_tests_page1
  • }
  • }
  • /* PAGE 1 */
  • MENU graph_autoscaling_graph_tests_page1
  • {
  • STYLE PAGE;
  • LABEL "Variables";
  • ITEMS
  • {
  • "This is used for Graphs 1,3&4",
  • graphautoscale_point11,
  • graphautoscale_point12,
  • graphautoscale_point13,
  • COLUMNBREAK,
  • "This is used for Graphs 2&3",
  • graphautoscale_point21,
  • graphautoscale_point22,
  • graphautoscale_point23,
  • ROWBREAK,
  • graph_autoscaling_graph_tests_execute
  • }
  • }
  • VARIABLE graphautoscale_point11
  • {
  • LABEL "Axis 1 Pt 1";
  • HELP "First Test point";
  • CLASS LOCAL;
  • TYPE FLOAT;
  • }
  • VARIABLE graphautoscale_point12
  • {
  • LABEL "Axis 1 Pt 2";
  • HELP "Second Test point";
  • CLASS LOCAL;


Please login for more