Logo ROOT   6.12/07
Reference Guide
Variables
TGaxis.cxx File Reference
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "Riostream.h"
#include "TROOT.h"
#include "TGaxis.h"
#include "TAxisModLab.h"
#include "TVirtualPad.h"
#include "TVirtualX.h"
#include "TLine.h"
#include "TLatex.h"
#include "TStyle.h"
#include "TF1.h"
#include "TAxis.h"
#include "THashList.h"
#include "TObjString.h"
#include "TObject.h"
#include "TMath.h"
#include "THLimitsFinder.h"
#include "TColor.h"
#include "TClass.h"
#include "TTimeStamp.h"
#include "TSystem.h"
Include dependency graph for TGaxis.cxx:

Variables

const Int_t kHori = BIT(9)
 
static Int_t SavedTextAlign
 
static Double_t SavedTextAngle
 Change the label attributes of label number i. More...
 
static Int_t SavedTextColor
 
static Int_t SavedTextFont
 
static Double_t SavedTextSize
 

Variable Documentation

◆ kHori

const Int_t kHori = BIT(9)

Definition at line 44 of file TGaxis.cxx.

◆ SavedTextAlign

Int_t SavedTextAlign
static

Definition at line 2374 of file TGaxis.cxx.

◆ SavedTextAngle

Double_t SavedTextAngle
static

Change the label attributes of label number i.

If needed.

Parameters
[in]iCurrent label number to be changed if needed
[in]nlabelsTotals number of labels on for this axis (useful when i is counted from the end)
[in]tOriginal TLatex string holding the label to be changed
[in]cText string to be drawn

Definition at line 2372 of file TGaxis.cxx.

◆ SavedTextColor

Int_t SavedTextColor
static

Definition at line 2375 of file TGaxis.cxx.

◆ SavedTextFont

Int_t SavedTextFont
static

Definition at line 2376 of file TGaxis.cxx.

◆ SavedTextSize

Double_t SavedTextSize
static

Definition at line 2373 of file TGaxis.cxx.