Revision 1967005012ec34885e4f2b631dd85f99d3645d59 authored by Rene Brun on 04 February 2002, 23:27:43 UTC, committed by Rene Brun on 04 February 2002, 23:27:43 UTC
               kTickPlus    = BIT(9),
                kTickMinus   = BIT(10)
Add new functions:
  virtual const char  *GetTicks() const;
  virtual void     SetTicks(Option_t *option="+"); // *MENU*
void TAxis::SetTicks(Option_t *option)
{
//  set ticks orientation
//  option = "+"  ticks drawn on the "positive side" (default)
//  option = "-"  ticks drawn on the "negative side"
//  option = "+-" ticks drawn on both sides


git-svn-id: http://root.cern.ch/svn/root/trunk@3866 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 51052bb
History

back to top