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

Class: CustomStack

Source Location: /styles/CustomStack.php

Class Overview


<p>Title: CustomStack class</p>


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

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

Variables

Methods



Class Details

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

Description: Describes the possible values of CustomPoint.Stacked

Example:


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




Tags:

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


[ Top ]


Class Variables

static $NONE =  0

[line 36]

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



Tags:

access:  public

Type:   mixed


[ Top ]

static $OVERLAP =  1

[line 40]

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



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACK =  2

[line 44]

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



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACK100 =  3

[line 48]

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



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor CustomStack [line 50]

CustomStack CustomStack( )



Tags:

access:  public


[ Top ]

method fromInt [line 52]

void fromInt( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]


Documentation generated on Mon, 19 Aug 2013 13:42:18 +0200 by phpDocumentor 1.4.3