PHP Classes

File: Read_Me

Recommend this page to a friend!
  Classes of Abhishek Shukla   Bar Graph Class   Read_Me   Download  
File: Read_Me
Role: Documentation
Content type: text/plain
Description: Read Me File
Class: Bar Graph Class
Display a bar chart on a page using HTML tables
Author: By
Last change:
Date: 11 years ago
Size: 1,396 bytes
 

Contents

Class file image Download
/* * This bar_graph_class is intended to produce single parameter simple fluid bargraphs * using simple customization in vertical as well as horizontal style * Author: Abhishek Shukla, Lucknow, India; * mail: abhi_rttc@yahoo.com; * web: www.eeyesolutions.com; * version: 1.0 /28.11.2012 * (C) 2012 Abhishek Shukla This program 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 3 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, see <http://www.gnu.org/licenses/>. */ Cutomization Available setTitles($title,$objtitle,$valtitle) //Various Titles setValues($objarray,$valarray) //Parameter Objects & Values setLink($linkatt) //Link of Values setChartHeight($chartheight) //Chart height for vertical type setBarHeight($barheight) //Bar height for horizontal type setBarColor($barcolor,$shadecolor) //Bar Color & Shade setColor($titlecolor,$labelcolor) //Title Color & Shade