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



Tags:

access:  protected

Type:   mixed


[ Top ]

$axes =

[line 44]



Tags:

access:  protected

Type:   mixed


[ Top ]

$bottom =

[line 57]



Tags:

access:  public

Type:   mixed


[ Top ]

$cancelMouse =

[line 35]



Tags:

access:  protected

Type:   mixed


[ Top ]

$chartBounds =

[line 48]



Tags:

access:  protected

Type:   mixed


[ Top ]

$chartRect =

[line 51]



Tags:

access:  protected

Type:   mixed


[ Top ]

$clipWhenMetafiling = true

[line 55]



Tags:

access:  public

Type:   mixed


[ Top ]

$clipWhenPrinting = true

[line 54]



Tags:

access:  public

Type:   mixed


[ Top ]

$graphics3D =

[line 37]



Tags:

access:  protected

Type:   mixed


[ Top ]

$IClicked =

[line 36]



Tags:

access:  protected

Type:   mixed


[ Top ]

$left =

[line 57]



Tags:

access:  public

Type:   mixed


[ Top ]

$legend =

[line 45]



Tags:

access:  protected

Type:   mixed


[ Top ]

$legendPen = null

[line 41]



Tags:

access:  protected

Type:   mixed


[ Top ]

$maxZOrder = 0

[line 42]



Tags:

access:  protected

Type:   mixed


[ Top ]

$originalCursor =

[line 50]



Tags:

access:  protected

Type:   mixed


[ Top ]

$page =

[line 46]



Tags:

access:  protected

Type:   mixed


[ Top ]

$parent =

[line 34]



Tags:

access:  protected

Type:   mixed


[ Top ]

$printing =

[line 39]



Tags:

access:  protected

Type:   mixed


[ Top ]

$restoredAxisScales =

[line 38]



Tags:

access:  protected

Type:   mixed


[ Top ]

$right =

[line 57]



Tags:

access:  public

Type:   mixed


[ Top ]

$series =

[line 47]



Tags:

access:  protected

Type:   mixed


[ Top ]

$seriesHeight3D = 0

[line 56]



Tags:

access:  public

Type:   mixed


[ Top ]

$seriesWidth3D = 0

[line 40]



Tags:

access:  protected

Type:   mixed


[ Top ]

$top =

[line 57]



Tags:

access:  public

Type:   mixed


[ Top ]

$zoom =

[line 49]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


static method changeAllSeriesType [line 439]

static void changeAllSeriesType( $chart, $newClass)



Tags:

access:  public


Parameters:

   $chart  
   $newClass  

[ Top ]

static method changeSeriesType [line 420]

static void changeSeriesType( $series, $newClass)



Tags:

access:  public


Parameters:

   $series  
   $newClass  

[ Top ]

constructor Chart [line 79]

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

The class constructor.



Parameters:

   $parent  
   $cursor  

[ Top ]

method activeSeriesLegend [line 576]

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

void addSeries( $value)



Tags:

access:  public



Implementation of:
IBaseChart::addSeries()

Parameters:

   $value  

[ Top ]

method broadcastMouseEvent [line 737]

void broadcastMouseEvent( $e, $c)



Tags:

access:  protected


Parameters:

   $e  
   $c  

[ Top ]

method broadcastToolEvent [line 2463]

void broadcastToolEvent( $ce)



Tags:

access:  protected


Parameters:

   $ce  

[ Top ]

method canClip [line 1270]

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

void canDrawPanelBack( )



Tags:

access:  public



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

method chartRectHeight [line 374]

void chartRectHeight( )



Tags:

access:  protected


[ Top ]

method chartRectWidth [line 370]

void chartRectWidth( )



Tags:

access:  protected


[ Top ]

method checkZoomPanning [line 680]

void checkZoomPanning( $e)



Tags:

access:  protected


Parameters:

   $e  

[ Top ]

method cloner [line 263]

void cloner( )



Tags:

access:  public


[ Top ]

method countActiveSeries [line 1933]

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

void doBaseInvalidate( )



Tags:

access:  public



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

method doChangedBrush [line 379]

void doChangedBrush( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedBrush()

Parameters:

   $value  

[ Top ]

method doChangedFont [line 387]

void doChangedFont( $value)



Tags:

access:  public



Implementation of:
IBaseChart::doChangedFont()

Parameters:

   $value  

[ Top ]

method doDrawLegend [line 1859]

void doDrawLegend( $g, $tmp)



Tags:

access:  public



Implementation of:
IBaseChart::doDrawLegend()

Parameters:

   $g  
   $tmp  

[ Top ]

method formattedLegend [line 1987]

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

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

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 getAspect [line 2198]

Aspect getAspect( )

3D view parameters.



Tags:

access:  public



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

method getAutoRepaint [line 2360]

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

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()
[ Top ]

method getAxisSeries [line 1327]

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

void getBottom( )



Tags:

access:  public



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

method getChartBounds [line 301]

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

Rectangle getChartRect( )

Returns the rectangle that contains the four main Chart axes.



Tags:

access:  public



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

method getChartRectBottom [line 366]

void getChartRectBottom( )



Tags:

access:  protected


[ Top ]

method getExport [line 2281]

Exports getExport( )

Accesses Chart export attributes.



Tags:

access:  public


[ Top ]

method getFirstActiveSeries [line 1686]

Series getFirstActiveSeries( )

Returns first active (visible) series.



Tags:

access:  public


[ Top ]

method getFooter [line 2166]

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

IGraphics3D getGraphics3D( )

Accesses TeeChart Draw attributes.



Tags:

access:  public



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

method getHeader [line 2112]

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

int getHeight( )

The Chart Height in pixels.



Tags:

access:  public



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

method getImport [line 2295]

Imports getImport( )

Accesses Chart import attributes.



Tags:

access:  public


[ Top ]

method getItem [line 1635]

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

void getLeft( )



Tags:

access:  public



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

method getLegend [line 2093]

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()
[ Top ]

method getLegendPen [line 2312]

void getLegendPen( )



Tags:

access:  public



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

method getListeners [line 463]

TeeEventListeners getListeners( )

Returns array list of objects that implement the TeeEventListener interface.



Tags:

access:  public


[ Top ]

method getMaxValuesCount [line 2001]

void getMaxValuesCount( )



Tags:

access:  public



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

method getMaxXValue [line 1538]

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

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

void getMaxZOrder( )



Tags:

access:  public



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

method getMinXValue [line 1558]

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

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

void getNumPages( )



Tags:

access:  public


[ Top ]

method getPage [line 2064]

Page getPage( )

Accesses multiple page characteristics of the Chart.



Tags:

access:  public



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

method getPanel [line 2021]

Panel getPanel( )

Accesses all visible Background attributes..



Tags:

access:  public



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

method getPanning [line 629]

Scroll getPanning( )

Sets the scrolling direction or denies scrolling.



Tags:

access:  public


[ Top ]

method getParent [line 2041]

void getParent( )



Tags:

access:  public



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

method getPrinter [line 2050]

Printer getPrinter( )

Printing related attributes.



Tags:

access:  public


[ Top ]

method getPrinting [line 402]

boolean getPrinting( )

Determines when Chart is being printed.



Tags:

access:  public



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

method getRight [line 358]

void getRight( )



Tags:

access:  public



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

method getSeries [line 775]

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

Returns the Series at seriesIndex



Tags:

access:  public


Parameters:

int   $seriesIndex  

[ Top ]

method getSeriesCollection [line 765]

SeriesCollection getSeriesCollection( )

Collection of Series contained in this Chart.



Tags:

access:  public


[ Top ]

method getSeriesCount [line 2396]

int getSeriesCount( )

Returns the number of Series associated to this Chart.



Tags:

access:  public



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

method getSeriesHeight3D [line 2304]

void getSeriesHeight3D( )



Tags:

access:  public



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

method getSeriesIndexOf [line 756]

void getSeriesIndexOf( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method getSeriesTitleLegend [line 587]

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

void getSeriesWidth3D( )



Tags:

access:  public



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

method getSubFooter [line 2184]

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

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

Header getSubTitle( )

Obsolete.&nbsp;Please use SubHeader instead.



Tags:

access:  public


[ Top ]

method getTitle [line 2126]

Header getTitle( )

Obsolete.&nbsp;Please use Header instead.



Tags:

access:  public


[ Top ]

method getTool [line 2229]

Tool getTool( index $index)

Gets the index'th tool in getTools() collection



Tags:

access:  public


Parameters:

index   $index   int

[ Top ]

method getTools [line 2238]

ToolsCollection getTools( )

Collection of Tool components contained in this Chart.



Tags:

access:  public



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

method getToolTip [line 559]

ToolTip getToolTip( )

Displays a text box at the cursor.



Tags:

access:  public



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

method getTop [line 362]

void getTop( )



Tags:

access:  public



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

method getWalls [line 2252]

Walls getWalls( )

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



Tags:

access:  public



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

method getWidth [line 321]

int getWidth( )

The Chart width in pixels.



Tags:

access:  public



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

method getZoom [line 613]

Zoom getZoom( )

Accesses the Zoom characteristics of the Chart.



Tags:

access:  public


[ Top ]

method image [line 291]

Image image( $width, $height)



Tags:

access:  public



Implementation of:
IBaseChart::image()

Parameters:

   $width  
   $height  

[ Top ]

method internalDraw [line 121]

void internalDraw( g $g)

Main drawing procedure. Paints all Chart contents.



Tags:

access:  protected


Parameters:

g   $g   IGraphics3D

[ Top ]

method internalMinMax [line 1339]

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



Tags:

access:  public


Parameters:

   $aAxis  
   $isMin  
   $isX  

[ Top ]

method isAxisCustom [line 1944]

void isAxisCustom( $axis)



Tags:

access:  public



Implementation of:
IBaseChart::isAxisCustom()

Parameters:

   $axis  

[ Top ]

method isAxisVisible [line 1654]

void isAxisVisible( $a)



Tags:

access:  public


Parameters:

   $a  

[ Top ]

method isFreeSeriesColor [line 1579]

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

void isValidDataSource( $s, $source)



Tags:

access:  public


Parameters:

   $s  
   $source  

[ Top ]

method maxMarkWidth [line 1478]

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

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

void moveSeriesTo( $value, $newIndex)



Tags:

access:  public



Implementation of:
IBaseChart::moveSeriesTo()

Parameters:

   $value  
   $newIndex  

[ Top ]

method multiLineTextWidth [line 1497]

void multiLineTextWidth( $s)



Tags:

access:  public


Parameters:

   $s  

[ Top ]

method paint [line 2418]

void paint( )



Tags:

access:  public


[ Top ]

method readResolve [line 206]

void readResolve( )



Tags:

access:  protected


[ Top ]

method recalcWidthHeight [line 237]

void recalcWidthHeight( $r)



Tags:

access:  public


Parameters:

   $r  

[ Top ]

method removeAllComponents [line 451]

void removeAllComponents( )



Tags:

access:  protected


[ Top ]

method removeListener [line 470]

void removeListener( $sender)



Tags:

access:  protected


Parameters:

   $sender  

[ Top ]

method removeSeries [line 2329]

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

void series( )



Tags:

access:  public


[ Top ]

method seriesLegend [line 1958]

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 setAspect [line 2202]

void setAspect( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setAutoRepaint [line 2369]

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

void setAxes( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setBrushCanvas [line 1240]

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



Tags:

access:  public


Parameters:

   $aColor  
   $aBrush  
   $aBackColor  

[ Top ]

method setCancelMouse [line 415]

void setCancelMouse( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setCancelMouse()

Parameters:

   $value  

[ Top ]

method setChartBounds [line 311]

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

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

void setExport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setFooter [line 2170]

void setFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setGraphics3D [line 2216]

void setGraphics3D( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setGraphics3D()

Parameters:

   $value  

[ Top ]

method setHeader [line 2116]

void setHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setHeight [line 349]

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

void setImport( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setItem [line 1645]

void setItem( index $index, value $value)

Default indexer.




Tags:

access:  public


Parameters:

index   $index   int
value   $value   Series

[ Top ]

method setLegend [line 2097]

void setLegend( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegend()

Parameters:

   $value  

[ Top ]

method setLegendPen [line 2316]

void setLegendPen( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setLegendPen()

Parameters:

   $value  

[ Top ]

method setMaxZOrder [line 2350]

void setMaxZOrder( $value)



Tags:

access:  public



Implementation of:
IBaseChart::setMaxZOrder()

Parameters:

   $value  

[ Top ]

method setPage [line 2068]

void setPage( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanel [line 2025]

void setPanel( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPanning [line 636]

void setPanning( $panning)



Tags:

access:  public


Parameters:

   $panning  

[ Top ]

method setParent [line 2036]

void setParent( value $value)

Internal use.

Sets instance that implements the IChart interface.




Tags:

access:  public


Parameters:

value   $value   IChart

[ Top ]

method setPrinter [line 2054]

void setPrinter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setPrinting [line 411]

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

void setSeriesCollection( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubFooter [line 2188]

void setSubFooter( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setSubHeader [line 2152]

void setSubHeader( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setTools [line 2242]

void setTools( ToolsCollection $value)



Tags:

access:  public


Parameters:

ToolsCollection   $value  

[ Top ]

method setWalls [line 2256]

void setWalls( $value)



Tags:

access:  public


Parameters:

   $value  

[ Top ]

method setWidth [line 330]

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

void setZoom( $zoom)



Tags:

access:  public


Parameters:

   $zoom  

[ Top ]

method tools [line 2404]

void tools( )



Tags:

access:  public


[ Top ]

method undoZoom [line 1226]

void undoZoom( )

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



Tags:

access:  public


[ Top ]

method _paint [line 2428]

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

void __get( $property)



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

Parameters:

   $property  

[ Top ]

method __set [line 69]

void __set( $property, $value)



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

Parameters:

   $property  
   $value  

[ Top ]


Documentation generated on Thu, 18 Dec 2008 13:08:29 +0100 by phpDocumentor 1.4.1