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

Class: Chart

Source Location: /Chart.php

Class Overview

TeeBase
   |
   --Chart

Chart class


Author(s):

Version:

  • 1.0

Copyright:

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

Implements interfaces:

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 15]
Chart class

Description: Chart contents




Tags:

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


[ Top ]


Class Variables

$aspect =

[line 44]



Tags:

access:  protected

Type:   mixed


[ Top ]

$axes =

[line 45]



Tags:

access:  protected

Type:   mixed


[ Top ]

$bottom =

[line 58]



Tags:

access:  public

Type:   mixed


[ Top ]

$cancelMouse =

[line 36]



Tags:

access:  protected

Type:   mixed


[ Top ]

$chartBounds =

[line 49]



Tags:

access:  protected

Type:   mixed


[ Top ]

$chartRect =

[line 52]



Tags:

access:  protected

Type:   mixed


[ Top ]

$clipWhenMetafiling = true

[line 56]



Tags:

access:  public

Type:   mixed


[ Top ]

$clipWhenPrinting = true

[line 55]



Tags:

access:  public

Type:   mixed


[ Top ]

$graphics3D =

[line 38]



Tags:

access:  protected

Type:   mixed


[ Top ]

$IClicked =

[line 37]



Tags:

access:  protected

Type:   mixed


[ Top ]

$left =

[line 58]



Tags:

access:  public

Type:   mixed


[ Top ]

$legend =

[line 46]



Tags:

access:  protected

Type:   mixed


[ Top ]

$legendPen = null

[line 42]



Tags:

access:  protected

Type:   mixed


[ Top ]

$maxZOrder = 0

[line 43]



Tags:

access:  protected

Type:   mixed


[ Top ]

$originalCursor =

[line 51]



Tags:

access:  protected

Type:   mixed


[ Top ]

$page =

[line 47]



Tags:

access:  protected

Type:   mixed


[ Top ]

$parent =

[line 35]



Tags:

access:  protected

Type:   mixed


[ Top ]

$printing =

[line 40]



Tags:

access:  protected

Type:   mixed


[ Top ]

$restoredAxisScales =

[line 39]



Tags:

access:  protected

Type:   mixed


[ Top ]

$right =

[line 58]



Tags:

access:  public

Type:   mixed


[ Top ]

$series =

[line 48]



Tags:

access:  protected

Type:   mixed


[ Top ]

$seriesHeight3D = 0

[line 57]



Tags:

access:  public

Type:   mixed


[ Top ]

$seriesWidth3D = 0

[line 41]



Tags:

access:  protected

Type:   mixed


[ Top ]

$top =

[line 58]



Tags:

access:  public

Type:   mixed


[ Top ]

$zoom =

[line 50]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


static method changeSeriesType [line 435]

static void changeSeriesType( $series, $newClass)



Tags:

access:  public


Parameters:

   $series  
   $newClass  

[ Top ]

constructor Chart [line 80]

Chart Chart( [ $parent = null], [ $cursor = null])

The class constructor.



Parameters:

   $parent  
   $cursor  

[ Top ]

method activeSeriesLegend [line 579]

Series activeSeriesLegend( itemIndex $itemIndex)

Returns the Active series (visible) that corresponds to the

ItemIndex position in the Legend.
When the Legend style is "Series", returns the series that corresponds to the Legend "ItemIndex" position. The "OnlyActive" parameter, when false takes into account all series, visibly active or not.




Tags:

return:  that corresponds to the ItemIndex position in the Legend
access:  public



Implementation of:
IBaseChart::activeSeriesLegend()

Parameters:

itemIndex   $itemIndex   int

[ Top ]

method addSeries [line 1919]

void addSeries( $value)



Tags:

access:  public



Implementation of:
IBaseChart::addSeries()

Parameters:

   $value  

[ Top ]

method broadcastToolEvent [line 2052]

void broadcastToolEvent( $ce)



Tags:

access:  protected


Parameters:

   $ce  

[ Top ]

method canClip [line 827]

boolean canClip( )

Returns the number of active (visible) series.


CanClip returns if the Chart Drawing Canvas has the capability of "clipping" lines and polygons.
"Clipping" means the feature that allows hiding drawing outside the rectangle or polygon specifed by the developer.
CanClip returns false when the Chart is displayed in OpenGL 3D, or when the Chart is printed and the TeeClipWhenPrinting constant is true, or when the Chart is converted to a metafile image and the TeeClipWhenMetafiling constant is true.
By default all display drivers and printers support clipping. You can turn off the clipping constants in case the printer or display driver has a bug related to clipping.
See also:
ClipPoints, TeeClipWhenPrinting, TeeClipWhenMetafiling, ClipCanvas, UnClipCanvas, ClipRoundRectangle and ClipPolygon.




Tags:

access:  public


[ Top ]

method canDrawPanelBack [line 408]

void canDrawPanelBack( )



Tags:

access:  public



Implementation of:
IBaseChart::canDrawPanelBack()
[ Top ]

method chartRectHeight [line 389]

void chartRectHeight( )



Tags:

access:  protected


[ Top ]

method chartRectWidth [line 385]

void chartRectWidth( )



Tags:

access:  protected


[ Top ]

method cloner [line 279]

void cloner( )



Tags:

access:  public


[ Top ]

method countActiveSeries [line 1491]

int countActiveSeries( )

Returns the number of active (visible) series.
In other words it is a count of Series in Chart that have their Active property set to true.



Tags:

return:  Number of Active (visible) Series.
access:  public



Implementation of:
IBaseChart::countActiveSeries()
[ Top ]

method doBaseInvalidate [line 1995]

void doBaseInvalidate( )



Tags:

access:  public



Implementation of:
IBaseChart::doBaseInvalidate()
[ Top ]

method doChangedBrush [line 394]

void doChangedBrush( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedBrush()

Parameters:

   $value  

[ Top ]

method doChangedFont [line 402]

void doChangedFont( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedFont()

Parameters:

   $value  

[ Top ]

method doDrawLegend [line 1417]

void doDrawLegend( $g, $tmp)



Tags:

access:  public



Implementation of:
IBaseChart::doDrawLegend()

Parameters:

   $g  
   $tmp  

[ Top ]

method doZoom [line 750]

void doZoom( $topx, $topy, $bottomx, $bottomy, $leftx, $lefty, $rightx, $righty)



Tags:

access:  public


Parameters:

   $topx  
   $topy  
   $bottomx  
   $bottomy  
   $leftx  
   $lefty  
   $rightx  
   $righty  

[ Top ]

method doZoomPoints [line 757]

void doZoomPoints( $top, $bot, $lef, $rig)



Tags:

access:  public


Parameters:

   $top  
   $bot  
   $lef  
   $rig  

[ Top ]

method formattedLegend [line 1546]

String formattedLegend( seriesOrValueIndex $seriesOrValueIndex)

Returns the text string corresponding to a Legend position.


The Legend position depends on Legend.LegendStyle.
If LegendStyle is lsSeries, then the text string will be the SeriesOrValueIndexth Active Series Title.
If LegendStyle is lsValues, then the text string will be the formatted SeriesOrValueIndexth value of the first Active Series in the Chart.
If LegendStyle is lsAuto and only one Active Series exists in the Chart, then the LegendStyle is considered to be lsValues.
If there's more than one Active Series then LegendStyle will be lsSeries.




Tags:

access:  public



Implementation of:
IBaseChart::formattedLegend()

Parameters:

seriesOrValueIndex   $seriesOrValueIndex   int

[ Top ]

method formattedValueLegend [line 1334]

String formattedValueLegend( aSeries $aSeries, valueIndex $valueIndex)

Returns the String to display at Legend for a given series and point

index.
In other words it returns the string representation of a Series Point value just as it would appear in Chart.Legend. The ValueIndex parameter is the point index. Legend.TextStyle and all other TChartLegend methods are used to create the resulting string.




Tags:

access:  public



Implementation of:
IBaseChart::formattedValueLegend()

Parameters:

aSeries   $aSeries   Series
valueIndex   $valueIndex   int

[ Top ]

method freeSeriesColor [line 1161]

Color freeSeriesColor( checkBackground $checkBackground)

Returns a color from the default color palette not used by any Series.


The CheckBackGround parameter controls if the returned color should or shouldn't be the Chart BackColor color. This function returns a Color which is not used by any Series in the Chart.




Tags:

access:  public


Parameters:

checkBackground   $checkBackground   boolean

[ Top ]

method getAnimation [line 1814]

Animation getAnimation( index $index)

Gets the index'th animation in getAnimations() collection



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getAnimations [line 1823]

AnimationsCollection getAnimations( )

Collection of Animation components contained in this Chart.



Tags:

access:  public


[ Top ]

method getAspect [line 1759]

Aspect getAspect( )

3D view parameters.



Tags:

access:  public



Implementation of:
IBaseChart::getAspect()
[ Top ]

method getAutoRepaint [line 1946]

boolean getAutoRepaint( )

Returns if the Chart should automatically repaint itself when a property has been changed.



Tags:

access:  public



Implementation of:
IBaseChart::getAutoRepaint()
[ Top ]

method getAxes [line 1853]

Axes getAxes( )

Accesses the five axes, Top, Left, Right, Bottom and z depthas well as custom axis objects.



Tags:

access:  public



Implementation of:
IBaseChart::getAxes()
Accesses Axes methods and properties
[ Top ]

method getAxisSeries [line 884]

Series getAxisSeries( axis $axis)

Returns the first Series that depends on the specified Axis.
If no Series depends on Axis, the null value is returned.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getBottom [line 1928]

void getBottom( )



Tags:

access:  public



Implementation of:
IBaseChart::getBottom()
[ Top ]

method getChartBounds [line 316]

Rectangle getChartBounds( )

(Read only) Used to get the four sides of the Chart (Left, Top, Right and Bottom)



Tags:

access:  public



Implementation of:
IBaseChart::getChartBounds()
[ Top ]

method getChartRect [line 1965]

Rectangle getChartRect( )

Returns the rectangle that contains the four main Chart axes.



Tags:

access:  public



Implementation of:
IBaseChart::getChartRect()
[ Top ]

method getChartRectBottom [line 381]

void getChartRectBottom( )



Tags:

access:  protected


[ Top ]

method getExport [line 1867]

Exports getExport( )

Accesses Chart export attributes.



Tags:

access:  public


[ Top ]

method getFirstActiveSeries [line 1244]

Series getFirstActiveSeries( )

Returns first active (visible) series.



Tags:

access:  public


[ Top ]

method getFooter [line 1727]

Footer getFooter( )

Defines the Text and formatting attributes to be drawn at the bottom of

the Chart.
Use Text to enter the desired Footer lines, set Visible to true and change Font, Frame and Brush.
Use Alignment to control text output position.




Tags:

access:  public


[ Top ]

method getGraphics3D [line 1773]

IGraphics3D getGraphics3D( )

Accesses TeeChart Draw attributes.



Tags:

access:  public



Implementation of:
IBaseChart::getGraphics3D()
Accesses all visible graphics attributes..
[ Top ]

method getHeader [line 1673]

Header getHeader( )

Defines the Text and formatting attributes to be drawn at the top of

the Chart.
Use Text to enter the desired Header lines, set Visible to true and change Font, Frame and Brush. Use Alignment to control text output position.




Tags:

access:  public



Implementation of:
IBaseChart::getHeader()
[ Top ]

method getHeight [line 355]

int getHeight( )

The Chart Height in pixels.



Tags:

access:  public



Implementation of:
IBaseChart::getHeight()
[ Top ]

method getImport [line 1881]

Imports getImport( )

Accesses Chart import attributes.



Tags:

access:  public


[ Top ]

method getItem [line 1193]

Series getItem( index $index)

Default indexer.



Example:


 tChart1[0].Color=Color.Blue;
  is equivalent to
 tChart1.Series[0].Color=Color.Blue;
 




Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getLeft [line 369]

void getLeft( )



Tags:

access:  public



Implementation of:
IBaseChart::getLeft()
[ Top ]

method getLegend [line 1654]

Legend getLegend( )

Determines the Legend characteristics.


Legend determines the text and drawing attributes of Chart's textual representation of Series and Series values.
The Legend class draws a rectangle and for each Series in a Chart (or for each point in a Series) outputs a text representation of that Series (or that point). You can use the Legend.LegendStyle and Legend.TextStyle to control the text used to draw the legend.
The Legend can be positioned at Left, Right, Top and Bottom chart sides using Legend.Alignment.
Use Legend.Visible to show / hide the Legend.
Inverted makes Legend draw text starting from bottom.
Frame, Font and Color allow you to change the Legend appearance.
Legend.ColorWidth determines the percent width of each item's "colored" mark.
Legend.FirstValue controls which Series (or Series point) will be used to draw first Legend item.




Tags:

access:  public



Implementation of:
IBaseChart::getLegend()
Accesses all visible Legend attributes..
[ Top ]

method getLegendPen [line 1898]

void getLegendPen( )



Tags:

access:  public



Implementation of:
IBaseChart::getLegendPen()
[ Top ]

method getListeners [line 465]

TeeEventListeners getListeners( )

Returns array list of objects that implement the TeeEventListener interface.



Tags:

access:  public


[ Top ]

method getMaxValuesCount [line 1562]

void getMaxValuesCount( )



Tags:

access:  public



Implementation of:
IBaseChart::getMaxValuesCount()
[ Top ]

method getMaxXValue [line 1095]

double getMaxXValue( axis $axis)

Returns the Maximum Value of the Series X Values List.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getMaxYValue [line 1105]

double getMaxYValue( axis $axis)

Returns the highest of all the current Series Y point values.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getMaxZOrder [line 1932]

void getMaxZOrder( )



Tags:

access:  public



Implementation of:
IBaseChart::getMaxZOrder()
[ Top ]

method getMinXValue [line 1115]

double getMinXValue( axis $axis)

Returns the Minimum Value of the Series X Values List.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getMinYValue [line 1125]

double getMinYValue( axis $axis)

Returns the Minimum Value of the Series Y Values List.



Tags:

access:  public


Parameters:

axis   $axis   Axis

[ Top ]

method getNumPages [line 543]

void getNumPages( )



Tags:

access:  public


[ Top ]

method getPage [line 1625]

TeePage getPage( )

Accesses multiple page characteristics of the Chart.



Tags:

access:  public



Implementation of:
IBaseChart::getPage()
[ Top ]

method getPanel [line 1582]

TeePanel getPanel( )

Accesses all visible Background attributes..



Tags:

access:  public



Implementation of:
IBaseChart::getPanel()
Accesses all visible Background attributes..
[ Top ]

method getPanning [line 632]

Scroll getPanning( )

Sets the scrolling direction or denies scrolling.



Tags:

access:  public


[ Top ]

method getParent [line 1602]

void getParent( )



Tags:

access:  public



Implementation of:
IBaseChart::getParent()
Accesses all visible TChart attributes..
[ Top ]

method getPrinter [line 1611]

Printer getPrinter( )

Printing related attributes.



Tags:

access:  public


[ Top ]

method getPrinting [line 417]

boolean getPrinting( )

Determines when Chart is being printed.



Tags:

access:  public



Implementation of:
IBaseChart::getPrinting()
[ Top ]

method getRight [line 373]

void getRight( )



Tags:

access:  public



Implementation of:
IBaseChart::getRight()
[ Top ]

method getSeries [line 702]

Series getSeries( [int $seriesIndex = -1])

Returns the Series at seriesIndex



Tags:

access:  public


Parameters:

int   $seriesIndex  

[ Top ]

method getSeriesCollection [line 692]

SeriesCollection getSeriesCollection( )

Collection of Series contained in this Chart.



Tags:

access:  public


[ Top ]

method getSeriesCount [line 1983]

int getSeriesCount( )

Returns the number of Series associated to this Chart.



Tags:

access:  public



Implementation of:
IBaseChart::getSeriesCount()
[ Top ]

method getSeriesHeight3D [line 1890]

void getSeriesHeight3D( )



Tags:

access:  public



Implementation of:
IBaseChart::getSeriesHeight3D()
[ Top ]

method getSeriesIndexOf [line 683]

void getSeriesIndexOf( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method getSeriesTitleLegend [line 590]

String getSeriesTitleLegend( seriesIndex $seriesIndex, onlyActive $onlyActive)

Returns the Series.Title string.



Tags:

access:  public


Parameters:

seriesIndex   $seriesIndex   int
onlyActive   $onlyActive   boolean

[ Top ]

method getSeriesWidth3D [line 1894]

void getSeriesWidth3D( )



Tags:

access:  public



Implementation of:
IBaseChart::getSeriesWidth3D()
[ Top ]

method getSubFooter [line 1745]

Footer getSubFooter( )

Defines the Text and formatting attributes to be drawn at the bottom of

the Chart, just above the Footer text.
Use Text to enter the desired SubFooter lines, set Visible to true and change Font, Frame and Brush.
Use Alignment to control text output position.




Tags:

access:  public


[ Top ]

method getSubHeader [line 1709]

Header getSubHeader( )

Defines the Text and formatting attributes to be drawn at the top of

the Chart, just below the Header text.
Use Text to enter the desired SubHeader lines, set Visible to true and change Font, Frame and Brush.
Use Alignment to control text output position.




Tags:

access:  public


[ Top ]

method getSubTitle [line 1696]

Header getSubTitle( )

Obsolete.&nbsp;Please use SubHeader instead.



Tags:

access:  public


[ Top ]

method getTitle [line 1687]

Header getTitle( )

Obsolete.&nbsp;Please use Header instead.



Tags:

access:  public


[ Top ]

method getTool [line 1790]

Tool getTool( index $index)

Gets the index'th tool in getTools() collection



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getTools [line 1799]

ToolsCollection getTools( )

Collection of Tool components contained in this Chart.



Tags:

access:  public



Implementation of:
IBaseChart::getTools()
[ Top ]

method getToolTip [line 562]

ToolTip getToolTip( )

Displays a text box at the cursor.



Tags:

access:  public



Implementation of:
IBaseChart::getToolTip()
[ Top ]

method getTop [line 377]

void getTop( )



Tags:

access:  public



Implementation of:
IBaseChart::getTop()
[ Top ]

method getWalls [line 1838]

Walls getWalls( )

Accesses left, bottom and back wall characteristics of the Chart.



Tags:

access:  public



Implementation of:
IBaseChart::getWalls()
[ Top ]

method getWidth [line 336]

int getWidth( )

The Chart width in pixels.



Tags:

access:  public



Implementation of:
IBaseChart::getWidth()
[ Top ]

method getZoom [line 616]

Zoom getZoom( )

Accesses the Zoom characteristics of the Chart.



Tags:

access:  public


[ Top ]

method image [line 306]

Image image( $width, $height)



Tags:

access:  public



Implementation of:
IBaseChart::image()

Parameters:

   $width  
   $height  

[ Top ]

method internalMinMax [line 896]

void internalMinMax( $aAxis, $isMin, $isX)



Tags:

access:  public


Parameters:

   $aAxis  
   $isMin  
   $isX  

[ Top ]

method isAxisCustom [line 1503]

void isAxisCustom( $axis)



Tags:

access:  public



Implementation of:
IBaseChart::isAxisCustom()

Parameters:

   $axis  

[ Top ]

method isAxisVisible [line 1212]

void isAxisVisible( $a)



Tags:

access:  public


Parameters:

   $a  

[ Top ]

method isFreeSeriesColor [line 1136]

boolean isFreeSeriesColor( color $color, checkBackground $checkBackground)

Returns whether the AColor parameter is used by any Series or not.



Tags:

access:  public


Parameters:

color   $color   Color
checkBackground   $checkBackground   boolean When true, uses current Chart background

[ Top ]

method isValidDataSource [line 479]

void isValidDataSource( $s, $source)



Tags:

access:  public


Parameters:

   $s  
   $source  

[ Top ]

method maxMarkWidth [line 1037]

int maxMarkWidth( )

Returns the Maximum width of the Active Series Marks.
Series Marks must be Visible. This can be used to adjust the Chart Margins in order to accomodate the biggest Series Mark.



Tags:

access:  public


[ Top ]

method maxTextWidth [line 1014]

int maxTextWidth( )

Returns the Maximum width in pixels of all Series Labels, whether active or not.
This applies only to Series which have Labels.



Tags:

access:  public


[ Top ]

method moveSeriesTo [line 1906]

void moveSeriesTo( $value, $newIndex)



Tags:

access:  public



Implementation of:
IBaseChart::moveSeriesTo()

Parameters:

   $value  
   $newIndex  

[ Top ]

method multiLineTextWidth [line 1056]

void multiLineTextWidth( $s)



Tags:

access:  public


Parameters:

   $s  

[ Top ]

method paint [line 2006]

void paint( )



Tags:

access:  public


[ Top ]

method readResolve [line 222]

void readResolve( )



Tags:

access:  protected


[ Top ]

method recalcWidthHeight [line 253]

void recalcWidthHeight( $r)



Tags:

access:  public


Parameters:

   $r  

[ Top ]

method removeAllComponents [line 453]

void removeAllComponents( )



Tags:

access:  protected


[ Top ]

method removeListener [line 472]

void removeListener( $sender)



Tags:

access:  protected


Parameters:

   $sender  

[ Top ]

method removeSeries [line 1915]

void removeSeries( value $value)

Removes a Series from the Chart series list, without disposing it.



Tags:

access:  public



Implementation of:
IBaseChart::removeSeries()

Parameters:

value   $value   Series

[ Top ]

method series [line 1987]

void series( )



Tags:

access:  public


[ Top ]

method seriesLegend [line 1517]

Series seriesLegend( itemIndex $itemIndex, onlyActive $onlyActive)

Returns the series that corresponds to the Legend "ItemIndex" position, when the Legend style is "Series".
The "OnlyActive" parameter, when false, takes into account all series, visibly active or not.



Tags:

access:  public



Implementation of:
IBaseChart::seriesLegend()

Parameters:

itemIndex   $itemIndex   int
onlyActive   $onlyActive   boolean

[ Top ]

method setAnimations [line 1827]

void setAnimations( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setAspect [line 1763]

void setAspect( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setAutoRepaint [line 1955]

void setAutoRepaint( value $value)

Sets if this Chart should automatically repaint after a property change.



Tags:

access:  public



Implementation of:
IBaseChart::setAutoRepaint()

Parameters:

value   $value   boolean

[ Top ]

method setAxes [line 1857]

void setAxes( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setBrushCanvas [line 800]

void setBrushCanvas( $aColor, $aBrush, $aBackColor)



Tags:

access:  public


Parameters:

   $aColor  
   $aBrush  
   $aBackColor  

[ Top ]

method setCancelMouse [line 430]

void setCancelMouse( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setCancelMouse()

Parameters:

   $value  

[ Top ]

method setChartBounds [line 326]

void setChartBounds( value $value)

Sets the four sides of the Chart (Left, Top, Right and Bottom)



Tags:

access:  public


Parameters:

value   $value   Rectangle

[ Top ]

method setChartRect [line 1974]

void setChartRect( value $value)

Sets the rectangle to contain the four main Chart axes.



Tags:

access:  public



Implementation of:
IBaseChart::setChartRect()

Parameters:

value   $value   Rectangle

[ Top ]

method setExport [line 1871]

void setExport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setFooter [line 1731]

void setFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setGraphics3D [line 1777]

void setGraphics3D( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setGraphics3D()

Parameters:

   $value  

[ Top ]

method setHeader [line 1677]

void setHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setHeight [line 364]

void setHeight( value $value)

Sets the Chart Height in pixels.



Tags:

access:  public



Implementation of:
IBaseChart::setHeight()

Parameters:

value   $value   int

[ Top ]

method setImport [line 1885]

void setImport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setItem [line 1203]

void setItem( index $index, value $value)

Default indexer.




Tags:

access:  public


Parameters:

index   $index   int
value   $value   Series

[ Top ]

method setLegend [line 1658]

void setLegend( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegend()

Parameters:

   $value  

[ Top ]

method setLegendPen [line 1902]

void setLegendPen( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegendPen()

Parameters:

   $value  

[ Top ]

method setMaxZOrder [line 1936]

void setMaxZOrder( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setMaxZOrder()

Parameters:

   $value  

[ Top ]

method setPage [line 1629]

void setPage( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanel [line 1586]

void setPanel( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanning [line 639]

void setPanning( $panning)



Tags:

access:  public


Parameters:

   $panning  

[ Top ]

method setParent [line 1597]

void setParent( value $value)

Internal use.

Sets instance that implements the IChart interface.




Tags:

access:  public


Parameters:

value   $value   IChart

[ Top ]

method setPrinter [line 1615]

void setPrinter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPrinting [line 426]

void setPrinting( value $value)

Determines when Chart is being printed.



Tags:

access:  public



Implementation of:
IBaseChart::setPrinting()

Parameters:

value   $value   boolean

[ Top ]

method setSeriesCollection [line 712]

void setSeriesCollection( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubFooter [line 1749]

void setSubFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubHeader [line 1713]

void setSubHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setTools [line 1803]

void setTools( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setWalls [line 1842]

void setWalls( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setWidth [line 345]

void setWidth( value $value)

Sets the Chart width in pixels.



Tags:

access:  public



Implementation of:
IBaseChart::setWidth()

Parameters:

value   $value   int

[ Top ]

method setZoom [line 623]

void setZoom( $zoom)



Tags:

access:  public


Parameters:

   $zoom  

[ Top ]

method tools [line 1991]

void tools( )



Tags:

access:  public


[ Top ]

method undoZoom [line 786]

void undoZoom( )

Obsolete.Please use tChart1.<!-- -->Zoom.<!-- -->Undo method.



Tags:

access:  public


[ Top ]

method _paint [line 2016]

void _paint( g $g, rect $rect)

Paints the Chart in your preferred Canvas and region.



Tags:

access:  public


Parameters:

g   $g   IGraphics3D
rect   $rect   Rectangle

[ Top ]

method __get [line 63]

void __get( $property)



Overrides TeeBase::__get() (parent method not documented)

Parameters:

   $property  

[ Top ]

method __set [line 70]

void __set( $property, $value)



Overrides TeeBase::__set() (parent method not documented)

Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Wed, 16 Jun 2010 12:04:11 +0200 by phpDocumentor 1.4.1