[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/library/ezc/Graph/src/datasets/property/ -> axis.php (summary)

File containing the abstract ezcGraphDataSetIntProperty class

Copyright: Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
License: http://ez.no/licenses/new_bsd New BSD License
Version: 1.5
File Size: 62 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ezcGraphDataSetAxisProperty:: (2 methods):
  checkValue()
  offsetSet()


Class: ezcGraphDataSetAxisProperty  - X-Ref

Class for axis properties of datasets

This class is used to store properties for datasets, which should be
validated as objects extending the ezcGraphChartElementAxis class.

For a basic usage example of those dataset properties take a look at the API
documentation of the ezcGraphDataSetProperty class.

checkValue( &$value )   X-Ref
Chacks if value is really an axis

param: ezcGraphChartElementAxis $value
return: void

offsetSet( $key, $value )   X-Ref
Set an option.

Sets an option using ArrayAccess.

This is deaktivated, because you need not set a different axis for some
data point.

param: string $key The option to set.
param: mixed $value The value for the option.
return: void



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7