Re: TGaxis::CenterTitle()?

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Sep 15 1999 - 17:50:18 MEST


Christopher A. Stevens wrote:
> 
> Is there a method to center a TGaxis title like you can a TAxis title?
> If not, can we get one in the future?
> 
> Chris Stevens

Hi Chris,
There is no member function such as TGaxis::CenterTitle like in TAxis.
I will add the function in my dev version.

Meanwhile you can emulate this functionality with:
  TGaxis *axis;
  Int_t kCenterTitle = 1<<12;
  axis->SetBit(kCenterTitle);

Rene Brun



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:39 MET