Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGaxis.cxx File Reference
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <cmath>
#include <iostream>
#include "TROOT.h"
#include "TBuffer.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 "TObject.h"
#include "TMath.h"
#include "THLimitsFinder.h"
#include "TColor.h"
#include "TTimeStamp.h"
#include "strlcpy.h"
#include "snprintf.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.
 
static Int_t SavedTextColor
 
static Int_t SavedTextFont
 
static Double_t SavedTextSize
 

Variable Documentation

◆ kHori

const Int_t kHori = BIT(9)

Definition at line 43 of file TGaxis.cxx.

◆ SavedTextAlign

Int_t SavedTextAlign
static

Definition at line 2609 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 2607 of file TGaxis.cxx.

◆ SavedTextColor

Int_t SavedTextColor
static

Definition at line 2610 of file TGaxis.cxx.

◆ SavedTextFont

Int_t SavedTextFont
static

Definition at line 2611 of file TGaxis.cxx.

◆ SavedTextSize

Double_t SavedTextSize
static

Definition at line 2608 of file TGaxis.cxx.