//// chunk included by prefabs to do standard x axis
#if bottom in @xaxis
 #proc xaxis
 #ifspec xlbl label
 #ifspec xlbldet labeldetails
 stubs: inc @xinc
 #ifspec stubfmt stubformat
 #ifspec xstubfmt stubformat
 //
 // added 5/25/04 scg
 #ifspec xstubdet stubdetails
 stubrange: @XMIN
 #ifspec stubvert
 #ifspec xgrid grid
#endif

// added scg 8/4/04...
#if top in @xaxis 
  #proc xaxis
  location: max
  #if $def(xstubdet) = 1
    stubdetails: adjust=0,0.2  @xstubdet
  #else
    stubdetails: adjust=0,0.2
  #endif
  ticlen: -0.08

  // the rest is replicated from above..
  #ifspec xlbl label
  #ifspec xlbldet labeldetails
  stubs: inc @xinc
  #ifspec stubfmt stubformat
  #ifspec xstubfmt stubformat
  //
  // added 5/25/04 scg
  stubrange: @XMIN
  #ifspec stubvert
  #ifspec xgrid grid
#endif
