|
ROOT 6.14/05 Reference Guide |
#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"Variables | |
| const Int_t | kHori = BIT(9) |
| static Int_t | SavedTextAlign |
| static Int_t | SavedTextColor |
| static Int_t | SavedTextFont |
| static Double_t | SavedTextSize |
| image html pict1_TGaxis_012 png | width |
| Define new text attributes for the label number "labNum". More... | |
Definition at line 44 of file TGaxis.cxx.
|
static |
Definition at line 2592 of file TGaxis.cxx.
|
static |
Definition at line 2593 of file TGaxis.cxx.
|
static |
Definition at line 2594 of file TGaxis.cxx.
|
static |
Definition at line 2591 of file TGaxis.cxx.
| image html pict1_TGaxis_012 png width |
Define new text attributes for the label number "labNum".
It allows to do a fine tuning of the labels. All the attributes can be changed, even the label text itself.
| [in] | labNum | Number of the label to be changed, negative numbers start from the end |
| [in] | labAngle | New angle value |
| [in] | labSize | New size (0 erase the label) |
| [in] | labAlign | New alignment value |
| [in] | labColor | New label color |
| [in] | labFont | New label font |
| [in] | labText | New label text |
If an attribute should not be changed just give the value "-1".The following macro gives an example:
Definition at line 2551 of file TGaxis.cxx.