-
Notifications
You must be signed in to change notification settings - Fork 0
class Line
www/includes/graph.inc.php
Copyright (C) 2003 Ashish Kasturia (ashish at 123ashish.com)
The Line Graph generator is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
zorg\Vendor See also
- [z]cylander
2.0
-
1.0
[z]cylander
File added -
1.5
[z]cylander
zorg customizing -
2.0
IneX
Fixed __construct, added Jahreszahlen
axesCol() | barCol() | bgCol() | dataSeriesLabels() | dataValues() | dataXLabels() | dataXLabels2() | height() | image() | title() | titleCol() | width() |
No constants found
__construct() | AddValue() | InitializeColors() | SetAxesColor() | SetBarColor() | SetBGColor() | SetBGGifImage() | SetBGJPEGImage() | SetBGPngImage() | SetDimensions() | SetSeriesLabels() | SetTitle() | SetTitleColor() | spit() |
public
$axesCol
public
$barCol
public
$bgCol
public
$dataSeriesLabels
public
$dataValues
public
$dataXLabels
public
$dataXLabels2
public
$height
public
$image
public
$title
public
$titleCol
public
$width
- Inherited from \Line
public
__construct(mixed $imgWidth = 600, mixed $imgHeight = 300) : mixed
-
version:
2.0
-
since:
1.0
ashish
Original Method -
since:
2.0
09.12.2019
IneX
Fixed Class constructor from "function Line()" => __construct(), added option to pass imgage width & height
- Inherited from \Line
public
AddValue(mixed $xVal, mixed $yVal, mixed $xVal2) : mixed
- Inherited from \Line
public
InitializeColors() : mixed
- Inherited from \Line
public
SetAxesColor(mixed $bgR, mixed $bgG, mixed $bgB) : mixed
- Inherited from \Line
public
SetBarColor(mixed $bgR, mixed $bgG, mixed $bgB) : mixed
- Inherited from \Line
public
SetBGColor(mixed $bgR, mixed $bgG, mixed $bgB) : mixed
- Inherited from \Line
public
SetBGGifImage(mixed $file) : mixed
- Inherited from \Line
public
SetBGJPEGImage(mixed $file) : mixed
- Inherited from \Line
public
SetBGPngImage(mixed $file) : mixed
- Inherited from \Line
public
SetDimensions(mixed $width, mixed $height) : mixed
- Inherited from \Line
public
SetSeriesLabels(mixed $labels) : mixed
- Inherited from \Line
public
SetTitle(mixed $title) : mixed
- Inherited from \Line
public
SetTitleColor(mixed $bgR, mixed $bgG, mixed $bgB) : mixed
Spit out the graph
- Inherited from \Line
public
spit(mixed $type) : mixed
-
version:
3.0
-
since:
1.0
ashish
Original Method -
since:
2.0
[z]cylander
zorg customizing, disabled some defaults -
since:
2.5
[z]cylander
added option for 2nd x-axis label bar (Jahreszahlen) -
since:
3.0
09.12.2019
IneX
Enabled 2nd x-axis label by [z]cylander, some Styling improvement
\ » Classes » Line
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.