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

Class: CustomStack

Source Location: /styles/CustomStack.php

Class Overview


<p>Title: CustomStack class</p>


Variables

Methods



Class Details

[line 21]
<p>Title: CustomStack class</p>

Description: Describes the possible values of CustomPoint.Stacked

Copyright (c) 2005-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL

Example:


 $lineSeries->setStacked( CustomStack::$OVERLAP );
 




[ Top ]


Class Variables

static $NONE =  0

[line 26]

Series will be drawn one behind the other using different "z" depths.



Tags:

access:  public

Type:   mixed


[ Top ]

static $OVERLAP =  1

[line 30]

Series will be drawn one over the other using the same "z" depth.



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACK =  2

[line 34]

Draws each series on top of the previous one by summing the values.



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACK100 =  3

[line 38]

Adjusts each individual series to a common 0..100 axis scale.



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor CustomStack [line 40]

CustomStack CustomStack( )



Tags:

access:  public


[ Top ]

method fromInt [line 42]

void fromInt( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]


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