Macro: CHART_INIT

Module location: FMACDD line 3279 (view source)

  #IFDEF GRAPH$NUM
  #ELSE
    string  graph$label graph$title graph$ytitle graph$xtitle
    real    total$value min$value max$value value$
    real    radius mid$radian last$radian radian value$step
    integer text$size text$center graph$num num$values bar$width bar$space
    integer lower$left$x lower$left$y upper$right$x upper$right$y axis$base
    integer last$x last$y dev$x dev$y label$color chart$color axis$color gr$tmp
    indicator bar$chart line$chart pie$chart
    move 1 to label$color
    move 1 to chart$color
    move 1 to axis$color
  #ENDIF
  graph_init
  indicate bottom$label true