Class Axis Extends AxisPrototype
(Defined in: jpgraph.php : 3661)
 
 Axis  AxisPrototype 
 Stroke() 
 StrokeLabels() 
 __construct() 
 Hide() 
 HideFirstLastLabel() 
 HideFirstTickLabel() 
 HideLabels() 
 HideLastTickLabel() 
 HideLine() 
 HideTicks() 
 HideZeroLabel() 
 SetColor() 
 SetFont() 
 SetLabelAlign() 
 SetLabelAngle() 
 SetLabelFormat() 
 SetLabelFormatCallback() 
 SetLabelFormatString() 
 SetLabelMargin() 
 SetLabelSide() 
 SetMajTickPositions() 
 SetPos() 
 SetPosAbsDelta() 
 SetTextLabelInterval() 
 SetTextTickInterval() 
 SetTickLabels() 
 SetTickPositions() 
 SetTickSide() 
 SetTickSize() 
 SetTitle() 
 SetTitleMargin() 
 SetTitleSide() 
 SetWeight() 
 __construct() 
 

Class usage and Overview

 


Class Methods

 

Axis ::
Stroke($aOtherAxisScale, $aStrokeLabels)
// Stroke the axis.

ArgumentDefaultDescription
$aOtherAxisScale  No description available
$aStrokeLabels true No description available

Description:
No description available.

 

Axis ::
StrokeLabels($aPos, $aMinor, $aAbsLabel)
//---------------// PRIVATE METHODS// Draw all the tick labels on major tick marks

ArgumentDefaultDescription
$aPos  No description available
$aMinor false No description available
$aAbsLabel false No description available

Description:
No description available.

 

Axis ::
__construct($img, $aScale, $color)
//===================================================// CLASS Axis// Description: Defines X and Y axis. Notes that at the// moment the code is not really good since the axis on// several occasion must know wheter it's an X or Y axis.// This was a design d

ArgumentDefaultDescription
$img  No description available
$aScale  No description available
$color 'black' No description available

Description:
No description available.