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

Class: BarStyle

Source Location: /styles/BarStyle.php

Class Overview


<p>Title: BarStyle class</p>


Variables

Methods



Class Details

[line 26]
<p>Title: BarStyle class</p>

Description: Describes the possible values of the CustomBar setBarStyle method

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

Company: Steema Software SL

Example:


 $barSeries = new Bar($myChart->getChart());
 $barSeries->setBarStyle(BarStyle::$CONE);
 $barSeries->getMarks()->setVisible(true);
 $barSeries->getMarks()->setStyle(MarksStyle::$VALUE);
 $barSeries->fillSampleValues(5);
 $barSeries->setConePercent(30);
 




[ Top ]


Class Variables

static $ARROW =  5

[line 55]

Defines an arrow shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $CONE =  6

[line 60]

Defines a cone shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $CYLINDER =  3

[line 46]

Defines a cylinder shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $ELLIPSE =  4

[line 50]

Defines an ellipse shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $INVARROW =  7

[line 65]

Defines an inverted arrow shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $INVPYRAMID =  2

[line 41]

Defines an inverted pyramid shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $PYRAMID =  1

[line 36]

Defines a pyramid shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]

static $RECTANGLE =  0

[line 31]

Defines a rectangle shape for each bar series point.



Tags:

access:  public

Type:   mixed


[ Top ]



Class Methods


constructor BarStyle [line 78]

BarStyle BarStyle( )

Defines a rectangle shape with a gradient for each bar series point.



Tags:

access:  public


[ Top ]

method fromValue [line 82]

void fromValue( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:03:25 +0200 by phpDocumentor 1.4.1