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

Class: ToolSeries

Source Location: /tools/ToolSeries.php

Class Overview

TeeBase
   |
   --Tool
      |
      --ToolSeries

ToolSeries class


Author(s):

Version:

  • 1.0

Copyright:

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

Variables

Methods


Child classes:

ExtraLegend
ExtraLegend class
MarksTip
<p>Title: MarksTip class</p>
SeriesBand
SeriesBand class

Inherited Variables

Inherited Methods

Class: Tool

Tool::Tool()
Tool::chartEvent()
Tool::getActive()
Enables/Disables the indexed Tool.
Default value: true
Tool::getBitmapEditor()
Returns the URL of the associated icon for a given Tool class.
This icon is used at Tools gallery listbox and Tools Editor dialog.
Tool::getDescription()
Gets descriptive text.
Tool::getFirstLastSeries()
Tool::getSummary()
Gets detailed descriptive text.
Tool::mouseEvent()
Tool::readResolve()
Tool::setActive()
Enables/Disables the indexed Tool.
Default value: true
Tool::setChart()
Tool::toString()
Tool::__get()
Tool::__set()

Class: TeeBase

TeeBase::__construct()
TeeBase::getChart()
Chart associated with this object.
TeeBase::invalidate()
Use invalidate when the entire canvas needs to be repainted.
TeeBase::setBooleanProperty()
TeeBase::setChart()
Chart associated with this object.
TeeBase::setColorProperty()
TeeBase::setDoubleProperty()
TeeBase::setIntegerProperty()
TeeBase::setStringProperty()
TeeBase::_setColorProperty()
TeeBase::__get()
TeeBase::__set()

Class Details

[line 16]
ToolSeries class

Description: Base abstract class for Tool components with a Series method




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

$iSeries =

[line 18]



Tags:

access:  protected

Type:   mixed


[ Top ]



Class Methods


constructor ToolSeries [line 35]

ToolSeries ToolSeries( [ $c = null], [ $s = null])



Tags:

access:  protected


Parameters:

   $c  
   $s  

[ Top ]

method getHorizAxis [line 51]

Axis getHorizAxis( )

Returns the associated Top or Bottom Chart Horizontal Axis.



Tags:

access:  public


[ Top ]

method getSeries [line 70]

Series getSeries( )

The Series with which Tools are associated.
Default value: null



Tags:

access:  public


[ Top ]

method getVertAxis [line 60]

Axis getVertAxis( )

Returns the associated Left or Right Chart Vertical Axis.



Tags:

access:  public


[ Top ]

method setSeries [line 80]

void setSeries( value $value)

Sets the Series with which Tools are associated.
Default value: null



Tags:

access:  public


Overridden in child classes as:

SeriesBand::setSeries()

Parameters:

value   $value   Series

[ Top ]

method __get [line 21]

void __get( $property)



Overridden in child classes as:

ExtraLegend::__get()

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

Parameters:

   $property  

[ Top ]

method __set [line 28]

void __set( $property, $value)



Overridden in child classes as:

ExtraLegend::__set()

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

Parameters:

   $property  
   $value  

[ Top ]


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