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-2008 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-2008 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 changeAllSeriesType [line 458]

static void changeAllSeriesType( $chart, $newClass)



Tags:

access:  public


Parameters:

   $chart  
   $newClass  

[ Top ]

static method changeSeriesType [line 439]

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

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

void addSeries( $value)



Tags:

access:  public



Implementation of:
IBaseChart::addSeries()

Parameters:

   $value  

[ Top ]

method broadcastMouseEvent [line 756]

void broadcastMouseEvent( $e, $c)



Tags:

access:  protected


Parameters:

   $e  
   $c  

[ Top ]

method broadcastToolEvent [line 2512]

void broadcastToolEvent( $ce)



Tags:

access:  protected


Parameters:

   $ce  

[ Top ]

method canClip [line 1289]

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

void canDrawPanelBack( )



Tags:

access:  public



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

method chartRectHeight [line 393]

void chartRectHeight( )



Tags:

access:  protected


[ Top ]

method chartRectWidth [line 389]

void chartRectWidth( )



Tags:

access:  protected


[ Top ]

method checkZoomPanning [line 699]

void checkZoomPanning( $e)



Tags:

access:  protected


Parameters:

   $e  

[ Top ]

method cloner [line 282]

void cloner( )



Tags:

access:  public


[ Top ]

method countActiveSeries [line 1953]

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

void doBaseInvalidate( )



Tags:

access:  public



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

method doChangedBrush [line 398]

void doChangedBrush( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedBrush()

Parameters:

   $value  

[ Top ]

method doChangedFont [line 406]

void doChangedFont( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedFont()

Parameters:

   $value  

[ Top ]

method doDrawLegend [line 1879]

void doDrawLegend( $g, $tmp)



Tags:

access:  public



Implementation of:
IBaseChart::doDrawLegend()

Parameters:

   $g  
   $tmp  

[ Top ]

method formattedLegend [line 2008]

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

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

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

Animation getAnimation( index $index)

Gets the index'th animation in getAnimations() collection



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getAnimations [line 2283]

AnimationsCollection getAnimations( )

Collection of Animation components contained in this Chart.



Tags:

access:  public


[ Top ]

method getAspect [line 2219]

Aspect getAspect( )

3D view parameters.



Tags:

access:  public



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

method getAutoRepaint [line 2406]

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

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

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

void getBottom( )



Tags:

access:  public



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

method getChartBounds [line 320]

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

Rectangle getChartRect( )

Returns the rectangle that contains the four main Chart axes.



Tags:

access:  public



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

method getChartRectBottom [line 385]

void getChartRectBottom( )



Tags:

access:  protected


[ Top ]

method getExport [line 2327]

Exports getExport( )

Accesses Chart export attributes.



Tags:

access:  public


[ Top ]

method getFirstActiveSeries [line 1706]

Series getFirstActiveSeries( )

Returns first active (visible) series.



Tags:

access:  public


[ Top ]

method getFooter [line 2187]

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

IGraphics3D getGraphics3D( )

Accesses TeeChart Draw attributes.



Tags:

access:  public



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

method getHeader [line 2133]

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

int getHeight( )

The Chart Height in pixels.



Tags:

access:  public



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

method getImport [line 2341]

Imports getImport( )

Accesses Chart import attributes.



Tags:

access:  public


[ Top ]

method getItem [line 1655]

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

void getLeft( )



Tags:

access:  public



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

method getLegend [line 2114]

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

void getLegendPen( )



Tags:

access:  public



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

method getListeners [line 482]

TeeEventListeners getListeners( )

Returns array list of objects that implement the TeeEventListener interface.



Tags:

access:  public


[ Top ]

method getMaxValuesCount [line 2022]

void getMaxValuesCount( )



Tags:

access:  public



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

method getMaxXValue [line 1557]

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

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

void getMaxZOrder( )



Tags:

access:  public



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

method getMinXValue [line 1577]

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

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

void getNumPages( )



Tags:

access:  public


[ Top ]

method getPage [line 2085]

Page getPage( )

Accesses multiple page characteristics of the Chart.



Tags:

access:  public



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

method getPanel [line 2042]

TeePanel getPanel( )

Accesses all visible Background attributes..



Tags:

access:  public



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

method getPanning [line 648]

Scroll getPanning( )

Sets the scrolling direction or denies scrolling.



Tags:

access:  public


[ Top ]

method getParent [line 2062]

void getParent( )



Tags:

access:  public



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

method getPrinter [line 2071]

Printer getPrinter( )

Printing related attributes.



Tags:

access:  public


[ Top ]

method getPrinting [line 421]

boolean getPrinting( )

Determines when Chart is being printed.



Tags:

access:  public



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

method getRight [line 377]

void getRight( )



Tags:

access:  public



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

method getSeries [line 794]

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

Returns the Series at seriesIndex



Tags:

access:  public


Parameters:

int   $seriesIndex  

[ Top ]

method getSeriesCollection [line 784]

SeriesCollection getSeriesCollection( )

Collection of Series contained in this Chart.



Tags:

access:  public


[ Top ]

method getSeriesCount [line 2443]

int getSeriesCount( )

Returns the number of Series associated to this Chart.



Tags:

access:  public



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

method getSeriesHeight3D [line 2350]

void getSeriesHeight3D( )



Tags:

access:  public



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

method getSeriesIndexOf [line 775]

void getSeriesIndexOf( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method getSeriesTitleLegend [line 606]

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

void getSeriesWidth3D( )



Tags:

access:  public



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

method getSubFooter [line 2205]

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

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

Header getSubTitle( )

Obsolete.&nbsp;Please use SubHeader instead.



Tags:

access:  public


[ Top ]

method getTitle [line 2147]

Header getTitle( )

Obsolete.&nbsp;Please use Header instead.



Tags:

access:  public


[ Top ]

method getTool [line 2250]

Tool getTool( index $index)

Gets the index'th tool in getTools() collection



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getTools [line 2259]

ToolsCollection getTools( )

Collection of Tool components contained in this Chart.



Tags:

access:  public



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

method getToolTip [line 578]

ToolTip getToolTip( )

Displays a text box at the cursor.



Tags:

access:  public



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

method getTop [line 381]

void getTop( )



Tags:

access:  public



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

method getWalls [line 2298]

Walls getWalls( )

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



Tags:

access:  public



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

method getWidth [line 340]

int getWidth( )

The Chart width in pixels.



Tags:

access:  public



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

method getZoom [line 632]

Zoom getZoom( )

Accesses the Zoom characteristics of the Chart.



Tags:

access:  public


[ Top ]

method image [line 310]

Image image( $width, $height)



Tags:

access:  public



Implementation of:
IBaseChart::image()

Parameters:

   $width  
   $height  

[ Top ]

method internalDraw [line 125]

void internalDraw( g $g)

Main drawing procedure. Paints all Chart contents.



Tags:

access:  protected


Parameters:

g   $g   IGraphics3D

[ Top ]

method internalMinMax [line 1358]

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



Tags:

access:  public


Parameters:

   $aAxis  
   $isMin  
   $isX  

[ Top ]

method isAxisCustom [line 1965]

void isAxisCustom( $axis)



Tags:

access:  public



Implementation of:
IBaseChart::isAxisCustom()

Parameters:

   $axis  

[ Top ]

method isAxisVisible [line 1674]

void isAxisVisible( $a)



Tags:

access:  public


Parameters:

   $a  

[ Top ]

method isFreeSeriesColor [line 1598]

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

void isValidDataSource( $s, $source)



Tags:

access:  public


Parameters:

   $s  
   $source  

[ Top ]

method maxMarkWidth [line 1499]

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

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

void moveSeriesTo( $value, $newIndex)



Tags:

access:  public



Implementation of:
IBaseChart::moveSeriesTo()

Parameters:

   $value  
   $newIndex  

[ Top ]

method multiLineTextWidth [line 1518]

void multiLineTextWidth( $s)



Tags:

access:  public


Parameters:

   $s  

[ Top ]

method paint [line 2466]

void paint( )



Tags:

access:  public


[ Top ]

method readResolve [line 225]

void readResolve( )



Tags:

access:  protected


[ Top ]

method recalcWidthHeight [line 256]

void recalcWidthHeight( $r)



Tags:

access:  public


Parameters:

   $r  

[ Top ]

method removeAllComponents [line 470]

void removeAllComponents( )



Tags:

access:  protected


[ Top ]

method removeListener [line 489]

void removeListener( $sender)



Tags:

access:  protected


Parameters:

   $sender  

[ Top ]

method removeSeries [line 2375]

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

void series( )



Tags:

access:  public


[ Top ]

method seriesLegend [line 1979]

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

void setAnimations( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setAspect [line 2223]

void setAspect( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setAutoRepaint [line 2415]

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

void setAxes( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setBrushCanvas [line 1259]

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



Tags:

access:  public


Parameters:

   $aColor  
   $aBrush  
   $aBackColor  

[ Top ]

method setCancelMouse [line 434]

void setCancelMouse( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setCancelMouse()

Parameters:

   $value  

[ Top ]

method setChartBounds [line 330]

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

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

void setExport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setFooter [line 2191]

void setFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setGraphics3D [line 2237]

void setGraphics3D( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setGraphics3D()

Parameters:

   $value  

[ Top ]

method setHeader [line 2137]

void setHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setHeight [line 368]

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

void setImport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setItem [line 1665]

void setItem( index $index, value $value)

Default indexer.




Tags:

access:  public


Parameters:

index   $index   int
value   $value   Series

[ Top ]

method setLegend [line 2118]

void setLegend( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegend()

Parameters:

   $value  

[ Top ]

method setLegendPen [line 2362]

void setLegendPen( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegendPen()

Parameters:

   $value  

[ Top ]

method setMaxZOrder [line 2396]

void setMaxZOrder( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setMaxZOrder()

Parameters:

   $value  

[ Top ]

method setPage [line 2089]

void setPage( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanel [line 2046]

void setPanel( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanning [line 655]

void setPanning( $panning)



Tags:

access:  public


Parameters:

   $panning  

[ Top ]

method setParent [line 2057]

void setParent( value $value)

Internal use.

Sets instance that implements the IChart interface.




Tags:

access:  public


Parameters:

value   $value   IChart

[ Top ]

method setPrinter [line 2075]

void setPrinter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPrinting [line 430]

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

void setSeriesCollection( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubFooter [line 2209]

void setSubFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubHeader [line 2173]

void setSubHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setTools [line 2263]

void setTools( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setWalls [line 2302]

void setWalls( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setWidth [line 349]

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

void setZoom( $zoom)



Tags:

access:  public


Parameters:

   $zoom  

[ Top ]

method tools [line 2451]

void tools( )



Tags:

access:  public


[ Top ]

method undoZoom [line 1245]

void undoZoom( )

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



Tags:

access:  public


[ Top ]

method _paint [line 2476]

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, 26 Aug 2009 10:48:28 +0200 by phpDocumentor 1.4.1