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

Class: MultiBars

Source Location: /styles/MultiBars.php

Class Overview


<p>Title: MultiBars class</p>


Author(s):

Variables

Methods



Class Details

[line 23]
<p>Title: MultiBars class</p>

Description: Describes the possible values of CustomBar.MultiBar.

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

Company: Steema Software SL

Example:


 $bar1Series->setMultiBar(MultiBars::$SIDEALL);
  or
 $barSeries->setMultiBar(MultiBars::$SELFSTACK);
 




Tags:

see:  getMultiBar


[ Top ]


Class Variables

static $NONE =  0

[line 28]

Bar series are placed one behind the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $SELFSTACK =  5

[line 49]

The points of each bar series are drawn one on top of the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $SIDE =  1

[line 32]

Bar series points are placed one beside the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $SIDEALL =  4

[line 45]

Bar series, that is, all series points, are drawn one beside the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACKED =  2

[line 36]

Bar series are placed one on top of the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACKED100 =  3

[line 41]

Bar series are placed one on top of the other against a common axis scale 0..100.



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor MultiBars [line 51]

MultiBars MultiBars( )



Tags:

access:  public


[ Top ]


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