Class ::rrd::DataArea (public)

 ::nx::Class ::rrd::DataArea[i]

Defined in packages/rrd-tool/tcl/rrd-procs.tcl

Testcases:
No testcase defined.
Source code:
    :property color
    :property color2
    :property legend
    :property {gradheight 50}


    :public method render {} {
      set defs [next]

      if {[info exists :legend]} {
        set legend "[format %-20s ${:legend}]\t"
      } else {
        set legend "[format %-20s ${:name}]\t"
      }

      set colors ${:color}
      if {[info exists :color2]} {append colors \#${:color2}}

      lappend defs  AREA:${:name}avgscaled#${colors}:$legend:gradheight=${:gradheight}  {*}[:gprintLegend]

      return $defs
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: