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

Class: TChartObj

Source Location: /tchart.inc.php

Class Overview

GraphicControl
   |
   --TChartObj



Variables

Methods



Class Details

[line 19]


[ Top ]


Class Variables

$serialized =

[line 26]



Tags:

access:  public

Type:   mixed


[ Top ]

$_axes =  null

[line 23]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_chart =  null

[line 22]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_legend =  null

[line 24]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onBeforeDrawAxes =  null

[line 31]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onBeforeDrawSeries =  null

[line 37]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onclick =  null

[line 21]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_title =  null

[line 25]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 52]

TChartObj __construct( [ $aowner = null])



Parameters:

   $aowner  

[ Top ]

method createChart [line 87]

object Chart createChart( )

Creates a new chart and updates the protected chart variable.



Tags:

return:  object.


[ Top ]

method defaultAxisBehind [line 350]

void defaultAxisBehind( )



[ Top ]

method defaultAxisVisible [line 354]

void defaultAxisVisible( )



[ Top ]

method defaultBackImageInside [line 358]

void defaultBackImageInside( )



[ Top ]

method defaultBorderRound [line 346]

void defaultBorderRound( )



[ Top ]

method defaultChart3DPercent [line 371]

void defaultChart3DPercent( )



[ Top ]

method defaultClipPoints [line 375]

void defaultClipPoints( )



[ Top ]

method defaultMarginBottom [line 379]

void defaultMarginBottom( )



[ Top ]

method defaultMarginLeft [line 383]

void defaultMarginLeft( )



[ Top ]

method defaultMarginRight [line 387]

void defaultMarginRight( )



[ Top ]

method defaultMarginTop [line 391]

void defaultMarginTop( )



[ Top ]

method defaultOnBeforeDrawAxes [line 34]

void defaultOnBeforeDrawAxes( )



[ Top ]

method defaultOnBeforeDrawSeries [line 40]

void defaultOnBeforeDrawSeries( )



[ Top ]

method defaultOnClick [line 272]

void defaultOnClick( )



[ Top ]

method defaultTitle [line 342]

void defaultTitle( )



[ Top ]

method dumpContents [line 185]

void dumpContents( )



[ Top ]

method dumpFormItems [line 226]

void dumpFormItems( )



[ Top ]

method dumpGraphic [line 130]

void dumpGraphic( )

Dumps the TChart graphic.

This method dumps the chart graphic by dumping binary image data to the browser. The browser is instructed to show image data because of the headers sent first. You don't need to call this method directly.




Tags:

see:  Control::readControlStyle()
link:  http://www.php.net/manual/en/function.header.php


[ Top ]

method dumpHeaderCode [line 109]

void dumpHeaderCode( )



[ Top ]

method dumpJavascript [line 236]

void dumpJavascript( )



[ Top ]

method getAxisBehind [line 348]

void getAxisBehind( )



[ Top ]

method getAxisVisible [line 352]

void getAxisVisible( )



[ Top ]

method getBackImageInside [line 356]

void getBackImageInside( )



[ Top ]

method getBorderRound [line 344]

void getBorderRound( )



[ Top ]

method getChart3DPercent [line 369]

void getChart3DPercent( )



[ Top ]

method getClipPoints [line 373]

void getClipPoints( )



[ Top ]

method getjsOnClick [line 278]

void getjsOnClick( )



[ Top ]

method getjsOnDblClick [line 281]

void getjsOnDblClick( )



[ Top ]

method getjsOnKeyDown [line 302]

void getjsOnKeyDown( )



[ Top ]

method getjsOnKeyPress [line 299]

void getjsOnKeyPress( )



[ Top ]

method getjsOnKeyUp [line 305]

void getjsOnKeyUp( )



[ Top ]

method getjsOnMouseDown [line 284]

void getjsOnMouseDown( )



[ Top ]

method getjsOnMouseMove [line 293]

void getjsOnMouseMove( )



[ Top ]

method getjsOnMouseOut [line 296]

void getjsOnMouseOut( )



[ Top ]

method getjsOnMouseOver [line 290]

void getjsOnMouseOver( )



[ Top ]

method getjsOnMouseUp [line 287]

void getjsOnMouseUp( )



[ Top ]

method getMarginBottom [line 377]

void getMarginBottom( )



[ Top ]

method getMarginLeft [line 381]

void getMarginLeft( )



[ Top ]

method getMarginRight [line 385]

void getMarginRight( )



[ Top ]

method getMarginTop [line 389]

void getMarginTop( )



[ Top ]

method getOnBeforeDrawAxes [line 32]

void getOnBeforeDrawAxes( )



[ Top ]

method getOnBeforeDrawSeries [line 38]

void getOnBeforeDrawSeries( )



[ Top ]

method getOnClick [line 270]

mixed getOnClick( )

Occurs when the user clicks the control.



[ Top ]

method getParentShowHint [line 322]

void getParentShowHint( )



[ Top ]

method getShowHint [line 325]

void getShowHint( )



[ Top ]

method getStyle [line 328]

void getStyle( )



[ Top ]

method getTitle [line 340]

void getTitle( )



[ Top ]

method getView3D [line 337]

void getView3D( )



[ Top ]

method getVisible [line 331]

void getVisible( )



[ Top ]

method init [line 93]

void init( )



[ Top ]

method loaded [line 254]

void loaded( )



[ Top ]

method readChart [line 320]

object readChart( )

TChart object See the TChart class to understand the functionallity of the chart object.



Tags:



[ Top ]

method serialize [line 147]

void serialize( )



[ Top ]

method setAxisBehind [line 349]

void setAxisBehind( $value)



Parameters:

   $value  

[ Top ]

method setAxisVisible [line 353]

void setAxisVisible( $value)



Parameters:

   $value  

[ Top ]

method setBackImageInside [line 357]

void setBackImageInside( $value)



Parameters:

   $value  

[ Top ]

method setBorderRound [line 345]

void setBorderRound( $value)



Parameters:

   $value  

[ Top ]

method setChart3DPercent [line 370]

void setChart3DPercent( $value)



Parameters:

   $value  

[ Top ]

method setClipPoints [line 374]

void setClipPoints( $value)



Parameters:

   $value  

[ Top ]

method setjsOnClick [line 279]

void setjsOnClick( $value)



Parameters:

   $value  

[ Top ]

method setjsOnDblClick [line 282]

void setjsOnDblClick( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyDown [line 303]

void setjsOnKeyDown( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyPress [line 300]

void setjsOnKeyPress( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyUp [line 306]

void setjsOnKeyUp( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseDown [line 285]

void setjsOnMouseDown( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseMove [line 294]

void setjsOnMouseMove( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseOut [line 297]

void setjsOnMouseOut( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseOver [line 291]

void setjsOnMouseOver( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseUp [line 288]

void setjsOnMouseUp( $value)



Parameters:

   $value  

[ Top ]

method setMarginBottom [line 378]

void setMarginBottom( $value)



Parameters:

   $value  

[ Top ]

method setMarginLeft [line 382]

void setMarginLeft( $value)



Parameters:

   $value  

[ Top ]

method setMarginRight [line 386]

void setMarginRight( $value)



Parameters:

   $value  

[ Top ]

method setMarginTop [line 390]

void setMarginTop( $value)



Parameters:

   $value  

[ Top ]

method setOnBeforeDrawAxes [line 33]

void setOnBeforeDrawAxes( $value)



Parameters:

   $value  

[ Top ]

method setOnBeforeDrawSeries [line 39]

void setOnBeforeDrawSeries( $value)



Parameters:

   $value  

[ Top ]

method setOnClick [line 271]

void setOnClick( $value)



Parameters:

   $value  

[ Top ]

method setParentShowHint [line 323]

void setParentShowHint( $value)



Parameters:

   $value  

[ Top ]

method setShowHint [line 326]

void setShowHint( $value)



Parameters:

   $value  

[ Top ]

method setStyle [line 329]

void setStyle( $value)



Parameters:

   $value  

[ Top ]

method setTitle [line 341]

void setTitle( $value)



Parameters:

   $value  

[ Top ]

method setView3D [line 338]

void setView3D( $value)



Parameters:

   $value  

[ Top ]

method setVisible [line 332]

void setVisible( $value)



Parameters:

   $value  

[ Top ]

method unserialize [line 161]

void unserialize( )



[ Top ]

method writeBackImage [line 260]

void writeBackImage( $value)



Tags:

access:  protected


Parameters:

   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:08:29 +0200 by phpDocumentor 1.4.1