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

Class: CustomAxes

Source Location: /axis/CustomAxes.php

Class Overview

ArrayObject
   |
   --CustomAxes

CustomAxes class


Author(s):

Version:

  • 1.0

Copyright:

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

Methods


Inherited Constants

Class: ArrayObject (Internal Class)

ARRAY_AS_PROPS = 2
STD_PROP_LIST = 1

Inherited Methods

Class: ArrayObject (Internal Class)

constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )

Class Details

[line 16]
CustomAxes class

Description: Used to access the Custom series List




Tags:

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


[ Top ]


Class Methods


method add [line 61]

Axis add( axis $axis)

Adds a Custom Axis.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getAxis [line 83]

Axis getAxis( index $index)

Accesses Axis characteristics of corresponding index value.



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getNew [line 40]

Axis getNew( )

Creates and adds a custom axis to the chart.



Tags:

access:  public


[ Top ]

method indexOf [line 103]

int indexOf( a $a)

Returns the corresponding axis index which has the specified value.



Tags:

access:  public


Parameters:

a   $a   Axis

[ Top ]

method remove [line 121]

void remove( a $a)

Removes the Custom Axis of Index 'CustomAxisIndex'.
Any Series associated with the Axis are reset to their default Axes.



Tags:

access:  public


Parameters:

a   $a   Axis

[ Top ]

method removeAll [line 134]

void removeAll( )

Removes all Custom Axes.
Any Series associated with the Axes are reset to their default Axes.



Tags:

access:  public


[ Top ]

method setAxis [line 93]

void setAxis( index $index, value $value)

Sets Axis characteristics of corresponding index value.



Tags:

access:  public


Parameters:

index   $index   int
value   $value   Axis

[ Top ]

method setChart [line 45]

void setChart( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method __get [line 22]

void __get( $property)



Parameters:

   $property  

[ Top ]

method __set [line 29]

void __set( $property, $value)



Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:04:48 +0200 by phpDocumentor 1.4.1