Graph: ezcGraphLineChartOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcGraphLineChartOptions
|
Class containing the basic options for line charts [
source]
Parents
ezcBaseOptions
|
--ezcGraphChartOptions
|
--ezcGraphLineChartOptions
Properties
|
mixed |
read/write
|
$fillLines
Status wheather the space between line and axis should get filled. - FALSE to not fill the space at all.
- (int) Opacity used to fill up the space with the lines color.
|
|
ezcGraphFontOptions |
read/write
|
$highlightFont
Font configuration for highlight tests |
|
bool |
read/write
|
$highlightLines
If true, it adds lines to highlight the values position on the axis. |
|
int |
read/write
|
$highlightSize
Size of highlight blocks |
|
float |
read/write
|
$lineThickness
Theickness of chart lines |
|
int |
read/write
|
$symbolSize
Size of symbols in line chart. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public void |
__set(
$propertyName, $propertyValue )
Set an option value |
Inherited Methods
From
ezcBaseOptions :
Methods
__set
void __set(
string
$propertyName, mixed
$propertyValue )
Set an option value
Parameters
| Name |
Type |
Description |
$propertyName |
string |
|
$propertyValue |
mixed |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
If a property is not defined in this class |
Last updated: Thu, 01 Nov 2007