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

Class: TChartObj

Source Location: /tchart.inc.php

Class Overview

GraphicControl
   |
   --TChartObj

This file is part of Steema Software It generates the design time TChart component.


Author(s):

  • Steema Software SL.

Version:

  • 1.0

Copyright:

  • (c) 1995-2013 by Steema Software SL. All Rights Reserved. <info@steema.com>

Variables

Methods



Class Details

[line 32]
This file is part of Steema Software It generates the design time TChart component.



Tags:

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


[ Top ]


Class Variables

$serialized =

[line 39]



Tags:

access:  public

Type:   mixed


[ Top ]

$_axes =  null

[line 36]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_chart =  null

[line 35]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_legend =  null

[line 37]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onBeforeDrawAxes =  null

[line 44]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onBeforeDrawSeries =  null

[line 50]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_onclick =  null

[line 34]



Tags:

access:  protected

Type:   mixed


[ Top ]

$_title =  null

[line 38]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 65]

TChartObj __construct( [ $aowner = null])



Parameters:

   $aowner  

[ Top ]

method createChart [line 100]

object Chart createChart( )

Creates a new chart and updates the protected chart variable.



Tags:

return:  object.


[ Top ]

method defaultAxisBehind [line 363]

void defaultAxisBehind( )



[ Top ]

method defaultAxisVisible [line 367]

void defaultAxisVisible( )



[ Top ]

method defaultBackImageInside [line 371]

void defaultBackImageInside( )



[ Top ]

method defaultBorderRound [line 359]

void defaultBorderRound( )



[ Top ]

method defaultChart3DPercent [line 384]

void defaultChart3DPercent( )



[ Top ]

method defaultClipPoints [line 388]

void defaultClipPoints( )



[ Top ]

method defaultMarginBottom [line 392]

void defaultMarginBottom( )



[ Top ]

method defaultMarginLeft [line 396]

void defaultMarginLeft( )



[ Top ]

method defaultMarginRight [line 400]

void defaultMarginRight( )



[ Top ]

method defaultMarginTop [line 404]

void defaultMarginTop( )



[ Top ]

method defaultOnBeforeDrawAxes [line 47]

void defaultOnBeforeDrawAxes( )



[ Top ]

method defaultOnBeforeDrawSeries [line 53]

void defaultOnBeforeDrawSeries( )



[ Top ]

method defaultOnClick [line 285]

void defaultOnClick( )



[ Top ]

method defaultTitle [line 355]

void defaultTitle( )



[ Top ]

method dumpContents [line 198]

void dumpContents( )



[ Top ]

method dumpFormItems [line 239]

void dumpFormItems( )



[ Top ]

method dumpGraphic [line 143]

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

void dumpHeaderCode( )



[ Top ]

method dumpJavascript [line 249]

void dumpJavascript( )



[ Top ]

method getAxisBehind [line 361]

void getAxisBehind( )



[ Top ]

method getAxisVisible [line 365]

void getAxisVisible( )



[ Top ]

method getBackImageInside [line 369]

void getBackImageInside( )



[ Top ]

method getBorderRound [line 357]

void getBorderRound( )



[ Top ]

method getChart3DPercent [line 382]

void getChart3DPercent( )



[ Top ]

method getClipPoints [line 386]

void getClipPoints( )



[ Top ]

method getjsOnClick [line 291]

void getjsOnClick( )



[ Top ]

method getjsOnDblClick [line 294]

void getjsOnDblClick( )



[ Top ]

method getjsOnKeyDown [line 315]

void getjsOnKeyDown( )



[ Top ]

method getjsOnKeyPress [line 312]

void getjsOnKeyPress( )



[ Top ]

method getjsOnKeyUp [line 318]

void getjsOnKeyUp( )



[ Top ]

method getjsOnMouseDown [line 297]

void getjsOnMouseDown( )



[ Top ]

method getjsOnMouseMove [line 306]

void getjsOnMouseMove( )



[ Top ]

method getjsOnMouseOut [line 309]

void getjsOnMouseOut( )



[ Top ]

method getjsOnMouseOver [line 303]

void getjsOnMouseOver( )



[ Top ]

method getjsOnMouseUp [line 300]

void getjsOnMouseUp( )



[ Top ]

method getMarginBottom [line 390]

void getMarginBottom( )



[ Top ]

method getMarginLeft [line 394]

void getMarginLeft( )



[ Top ]

method getMarginRight [line 398]

void getMarginRight( )



[ Top ]

method getMarginTop [line 402]

void getMarginTop( )



[ Top ]

method getOnBeforeDrawAxes [line 45]

void getOnBeforeDrawAxes( )



[ Top ]

method getOnBeforeDrawSeries [line 51]

void getOnBeforeDrawSeries( )



[ Top ]

method getOnClick [line 283]

mixed getOnClick( )

Occurs when the user clicks the control.



[ Top ]

method getParentShowHint [line 335]

void getParentShowHint( )



[ Top ]

method getShowHint [line 338]

void getShowHint( )



[ Top ]

method getStyle [line 341]

void getStyle( )



[ Top ]

method getTitle [line 353]

void getTitle( )



[ Top ]

method getView3D [line 350]

void getView3D( )



[ Top ]

method getVisible [line 344]

void getVisible( )



[ Top ]

method init [line 106]

void init( )



[ Top ]

method loaded [line 267]

void loaded( )



[ Top ]

method readChart [line 333]

object readChart( )

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



Tags:



[ Top ]

method serialize [line 160]

void serialize( )



[ Top ]

method setAxisBehind [line 362]

void setAxisBehind( $value)



Parameters:

   $value  

[ Top ]

method setAxisVisible [line 366]

void setAxisVisible( $value)



Parameters:

   $value  

[ Top ]

method setBackImageInside [line 370]

void setBackImageInside( $value)



Parameters:

   $value  

[ Top ]

method setBorderRound [line 358]

void setBorderRound( $value)



Parameters:

   $value  

[ Top ]

method setChart3DPercent [line 383]

void setChart3DPercent( $value)



Parameters:

   $value  

[ Top ]

method setClipPoints [line 387]

void setClipPoints( $value)



Parameters:

   $value  

[ Top ]

method setjsOnClick [line 292]

void setjsOnClick( $value)



Parameters:

   $value  

[ Top ]

method setjsOnDblClick [line 295]

void setjsOnDblClick( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyDown [line 316]

void setjsOnKeyDown( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyPress [line 313]

void setjsOnKeyPress( $value)



Parameters:

   $value  

[ Top ]

method setjsOnKeyUp [line 319]

void setjsOnKeyUp( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseDown [line 298]

void setjsOnMouseDown( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseMove [line 307]

void setjsOnMouseMove( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseOut [line 310]

void setjsOnMouseOut( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseOver [line 304]

void setjsOnMouseOver( $value)



Parameters:

   $value  

[ Top ]

method setjsOnMouseUp [line 301]

void setjsOnMouseUp( $value)



Parameters:

   $value  

[ Top ]

method setMarginBottom [line 391]

void setMarginBottom( $value)



Parameters:

   $value  

[ Top ]

method setMarginLeft [line 395]

void setMarginLeft( $value)



Parameters:

   $value  

[ Top ]

method setMarginRight [line 399]

void setMarginRight( $value)



Parameters:

   $value  

[ Top ]

method setMarginTop [line 403]

void setMarginTop( $value)



Parameters:

   $value  

[ Top ]

method setOnBeforeDrawAxes [line 46]

void setOnBeforeDrawAxes( $value)



Parameters:

   $value  

[ Top ]

method setOnBeforeDrawSeries [line 52]

void setOnBeforeDrawSeries( $value)



Parameters:

   $value  

[ Top ]

method setOnClick [line 284]

void setOnClick( $value)



Parameters:

   $value  

[ Top ]

method setParentShowHint [line 336]

void setParentShowHint( $value)



Parameters:

   $value  

[ Top ]

method setShowHint [line 339]

void setShowHint( $value)



Parameters:

   $value  

[ Top ]

method setStyle [line 342]

void setStyle( $value)



Parameters:

   $value  

[ Top ]

method setTitle [line 354]

void setTitle( $value)



Parameters:

   $value  

[ Top ]

method setView3D [line 351]

void setView3D( $value)



Parameters:

   $value  

[ Top ]

method setVisible [line 345]

void setVisible( $value)



Parameters:

   $value  

[ Top ]

method unserialize [line 174]

void unserialize( )



[ Top ]

method writeBackImage [line 273]

void writeBackImage( $value)



Tags:

access:  protected


Parameters:

   $value  

[ Top ]


Documentation generated on Mon, 19 Aug 2013 13:43:10 +0200 by phpDocumentor 1.4.3