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

Class: MultiBars

Source Location: /styles/MultiBars.php

Class Overview


<p>Title: MultiBars 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 35]
<p>Title: MultiBars class</p>

Description: Describes the possible values of CustomBar.MultiBar.

Example:


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




Tags:

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


[ Top ]


Class Variables

static $NONE =  0

[line 40]

Bar series are placed one behind the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $SELFSTACK =  5

[line 61]

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



Tags:

access:  public

Type:   mixed


[ Top ]

static $SIDE =  1

[line 44]

Bar series points are placed one beside the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $SIDEALL =  4

[line 57]

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



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACKED =  2

[line 48]

Bar series are placed one on top of the other.



Tags:

access:  public

Type:   mixed


[ Top ]

static $STACKED100 =  3

[line 53]

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 63]

MultiBars MultiBars( )



Tags:

access:  public


[ Top ]


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