TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Class: Axes

Source Location: /axis/Axes.php

Class Overview

TeeBase
   |
   --Axes

Axes Class


Author(s):

Version:

  • 1.0

Copyright:

  • Copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 16]
Axes Class

Description: Accesses list of all TChart Axes. Includes Custom and Depth




Tags:

author:  
version:  1.0
copyright:  Copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
link:  http://www.steema.com


[ Top ]


Class Variables

$custom =

[line 26]



Tags:

access:  protected

Type:   mixed


[ Top ]

$depth =

[line 27]



Tags:

access:  protected

Type:   mixed


[ Top ]

$depthTop =

[line 28]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


static method createNewAxis [line 77]

static Axis createNewAxis( $chart)



Tags:

see:  Axis
access:  public


Parameters:

   $chart  

[ Top ]

constructor Axes [line 48]

Axes Axes( [ $c = null])

The class constructor.



Tags:

access:  public


Parameters:

   $c  

[ Top ]

method adjustMaxMin [line 209]

void adjustMaxMin( )

Calls adjustMaxMin method of all axes and custom axes



Tags:

access:  public


[ Top ]

method checkAxis [line 189]

void checkAxis( $a)



Tags:

access:  protected


Parameters:

   $a  

[ Top ]

method doZoom [line 181]

void doZoom( $x0, $y0, $x1, $y1)



Tags:

access:  public


Parameters:

   $x0  
   $y0  
   $x1  
   $y1  

[ Top ]

method draw [line 365]

void draw( $g)



Tags:

access:  public


Parameters:

   $g  

[ Top ]

method getAxis [line 126]

Axis getAxis( index $index)

Accesses indexed axis



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getBottom [line 294]

Axis getBottom( )

Determines the Labels and formatting attributes of Bottom Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.



Tags:

see:  Axis
access:  public


[ Top ]

method getCount [line 156]

int getCount( )

Returns the number of axes.



Tags:

return:  Number of axes
access:  public


[ Top ]

method getCustom [line 198]

CustomAxes getCustom( )

Accesses the Custom axes List.



Tags:

access:  public


[ Top ]

method getDepth [line 310]

Axis getDepth( )

Accesses characteristics of the Depth Axis, or z axis as it is also known.
Every TChart º has five Axes: Left, Top, Right, Bottom and z depth.



Tags:

see:  Axis
access:  public


[ Top ]

method getDepthTop [line 321]

void getDepthTop( )



Tags:

access:  public


[ Top ]

method getDrawBehind [line 168]

boolean getDrawBehind( )

Draws axes behind or in front of Series.


Enables/disables the painting of the Axes before the Series.
When false, the Axes will appear over the Chart Series.
Default value: true




Tags:

access:  public


[ Top ]

method getLeft [line 243]

Axis getLeft( )

Determines the Labels and formatting attributes of Left Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.



Tags:

access:  public


[ Top ]

method getRight [line 278]

Axis getRight( )

Determines the Labels and formatting attributes of Right Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.



Tags:

see:  Axis
access:  public


[ Top ]

method getTop [line 262]

Axis getTop( )

Determines the Labels and formatting attributes of Top Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.

The Top is pre-defined to be:
Horizontal = true
OtherSide = true




Tags:

see:  Axis
access:  public


[ Top ]

method getVisible [line 339]

boolean getVisible( )

Shows or hides the five Chart Axes at once.
Each Axis will be drawn depending also on their Visible property.
Default value: true



Tags:

access:  public


[ Top ]

method indexOf [line 102]

Int indexOf( $a)



Tags:

access:  public


Parameters:

   $a  

[ Top ]

method internalCalcPositions [line 222]

void internalCalcPositions( )



Tags:

access:  public


[ Top ]

method setBottom [line 298]

void setBottom( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setChart [line 352]

void setChart( $value)



Tags:

access:  public


Overrides TeeBase::setChart() (Chart associated with this object.)

Parameters:

   $value  

[ Top ]

method setCustom [line 202]

void setCustom( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setDepth [line 317]

void setDepth( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setDepthTop [line 328]

void setDepthTop( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setDrawBehind [line 177]

void setDrawBehind( value $value)

Draws axes behind the Series when true.



Tags:

access:  public


Parameters:

value   $value   boolean

[ Top ]

method setLeft [line 247]

void setLeft( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setRight [line 282]

void setRight( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setTop [line 266]

void setTop( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setVisible [line 348]

void setVisible( value $value)

Determines whether all five Chart Axes are visible or not.



Tags:

access:  public


Parameters:

value   $value   boolean

[ Top ]

method stringItems [line 84]

String[] stringItems( )



Tags:

access:  public


[ Top ]

method __get [line 31]

void __get( $property)



Overrides TeeBase::__get() (parent method not documented)

Parameters:

   $property  

[ Top ]

method __set [line 38]

void __set( $property, $value)



Overrides TeeBase::__set() (parent method not documented)

Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:02:49 +0200 by phpDocumentor 1.4.1