| Color_t | TAttLine::fLineColor | line color | 
| Style_t | TAttLine::fLineStyle | line style | 
| Width_t | TAttLine::fLineWidth | line width | 
| Short_t | TAttText::fTextAlign | Text alignment | 
| Float_t | TAttText::fTextAngle | Text angle | 
| Color_t | TAttText::fTextColor | Text color index | 
| Font_t | TAttText::fTextFont | Text font number | 
| Float_t | TAttText::fTextSize | Text size | 
| Double_t | fAngle1 | 1st labels' angle. | 
| Double_t | fAngle2 | 2nd labels' angle. | 
| Double_t | fAngle3 | 3rd labels' angle. | 
| Double_t | fAxisLength | |
| Double_t | fGridLength | |
| TString* | fLabels | |
| Double_t | fLabelsOffset | |
| Double_t | fLabelsSize | |
| Int_t | fNDiv | |
| Int_t | fNDiv1 | |
| Int_t | fNDiv2 | |
| Int_t | fNDiv3 | |
| Int_t | fNTicks1 | |
| Int_t | fNTicks2 | |
| TGLText* | fText | |
| Double_t | fTickMarksLength | |
| Int_t | fTickMarksOrientation | |
| Double_t* | fTicks1 | |
| Double_t* | fTicks2 | |
| Double_t | fWmax | |
| Double_t | fWmin | 

 Paint GL Axis.
 p1, p2     : Axis position in the 3D space.
 wmin, wmax : Minimum and maximum values along the axis. wmin < wmax.
 ndiv       : Number of axis divisions. It is an integer in the form
              "ttsspp" where "tt" is the number of tertiary divisions,
              "ss" is the number of secondary divisions and "pp" the
              number of primary divisions.
 opt        : Options.
              "N" - By default the number of divisions is optimized to
                    get a nice labeling. When option "N" is given, the
                    number of divisions is not optimized.